.smcm-homepage-slider-container {
    position: relative;
}
.smcm-slide-container {
    display: flex;
    overflow: hidden;
}
.smcm-homepage-slider-container .slider-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00205C;
}
.smcm-homepage-slider-container .slider-controls i {
    color: white;
    font-size: 1.3em;
    font-weight: 800;
    padding: 0.5em;
    margin: 0.3em;
    cursor: pointer;
}
.smcm-homepage-slider-container .slider-controls .slider-dots {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.smcm-homepage-slider-container .slider-controls .slider-circle {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.smcm-homepage-slider-container .slider-controls .circle {
    background-color: #F3C10D;
    border: 4px solid #F3C10D !important;
}
.smcm-homepage-slider-container .slider-controls .circle-outline {
    border: 4px solid white;
}
.smcm-homepage-slider-container .slider-controls i {
    color: #F3C10D;
}
.smcm-homepage-slide {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40vw;
}
.smcm-homepage-slide img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.smcm-homepage-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 100%;
}
.smcm-homepage-slide-content h1 {
    font-size: 9rem;
    height: 0.8em;
    margin: 0;
    padding-inline: 64px;
    text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 2px;
    /* height: 9rem; */
}
.smcm-homepage-slide .brand-light {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 300;
}
.smcm-homepage-slide .brand-light-half-size {
    font-size: 5rem;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 300;
    height: 1em;
}
.smcm-homepage-slide .brand-heavy-half-size {
    font-weight: 900;
    height: 1em;
    font-size: 5rem;
    color: #fdb913;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 2em;
}
.smcm-homepage-slide .brand-heavy {
    color: #fdb913;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
.smcm-homepage-slide a {
    padding: 1.75rem 8rem;
    background: rgba(0,0,0,.5);
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1em;
    padding-bottom: 1.75em;
}
@media (max-width: 1350px) {
    .smcm-homepage-slide {
        height: 50vw;
    }
    .smcm-homepage-slide-content h1 {
        font-size: 6rem;
        height: 0.9em;
        padding-inline: 32px;
    }
    .smcm-homepage-slide .brand-heavy-half-size, .smcm-homepage-slide .brand-light-half-size {
        font-size: 3rem;
        height: 0.75em;
    }
    .smcm-homepage-slide a {
        font-size: 2.5rem;
        padding: 0.5rem 4rem;
        margin-top: 0.75em;
    }
    .smcm-homepage-slider-container .slider-controls {
        position: relative;
        background-color: #00205C;
    }
}
@media (max-width: 800px) {
    .smcm-homepage-slide {
        height: 50vw;
    }
    .smcm-homepage-slide-content h1 {
        font-size: 2.8rem;
        height: 2.5rem;
    }
    .smcm-homepage-slide .brand-light-half-size, .smcm-homepage-slide .brand-heavy-half-size {
        font-size: 1.5rem;
    }
    .smcm-homepage-slide a {
        font-size: 1.8rem;
        margin-top: 0.55em;
    }
    .smcm-homepage-slider-container .slider-controls .slider-circle {
        height: 18px;
        width: 18px;
    }
    .smcm-homepage-slider-container .slider-controls i {
        font-size: 1.1em;
    }
}