
/* /////////////////////////////////////////////////////////////////////// */

/* Additional Experiences Template Styles */

@media only screen and (min-width: 768px) {
    .flexible-content__headline .flexible-content__title {
        width: 100% !important;
        font-size: 4vw !important;
        font-weight: 300 !important;
        font-family: "Rizoma L Light","Rizoma L",serif !important;
        letter-spacing: 0 !important;
    }
}

.ceros__hero {
    background-image: url(https://www.essence.com/wp-content/uploads/2025/06/EFOC25-loading.png);
    background-repeat: no-repeat;
    background-position: center 15vh;
    background-size: 275px;
}

@media only screen and (max-width: 768px) {
    
    .ceros__hero {
        background-position: center 9vh;
        background-size: 250px;
    }
    
}

/* Experiences Sponsor Tweaks */

.fc-sponsors {
    max-width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
    .fc-sponsors__logos {
        gap: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .fc-sponsors__logos {
        gap: 40px;
    }
}

.fc-sponsors 
.flexible-content__container {
    max-width: 100% !important;
}

.fc-sponsors__logos-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .fc-sponsors__logos-item {
        width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 160px;
        padding: 10px;
    }
}
