/***** SLIDE CONTENT *****/

.slide-text {
    padding: 15px;
    margin-top: 150px;
}

.slide-text h2 {
    display: inline-block;
    width: 100%;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #003C80;
}

.slide-text p {
    font-family: "Rubik-Regular", sans-serif;
    font-size: .8rem;
    line-height: 1.2rem;
}

.slide-text .small {
    font-size: .6rem;
    line-height: .8rem;
}

/***** SLIDE ACTIONS *****/

.slide-text .btn {
    height: 40px;
    line-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    font-family: "Rubik-Regular", sans-serif;
    display: inline-block;
    padding: 4px 32px;
    transition: all 0.2s ease;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    border-radius: 0;
}

.slide-text .btn.buy {
    color: #FFF;
    background-color: #003C80;
    border: 1px solid #003C80;
}

.slide-text .btn.buy:hover {
    color: #003C80;
    background-color: #FFF;
}

.slide-text .btn.back {
    color: #000;
    border: 1px solid #000;
}

.slide-text .btn.back:hover {
    color: #FFF;
    background-color: #000;
}

/***** UTILITY SWIPER LAYOUT *****/

#utility-swiper .swiper-slide {
    height: 100vh;
    overflow: hidden;
}

#utility-swiper .swiper-slide .col-lg-4 {
    background-color: #FFF;
}

#utility-swiper .slide-inner {
    width: 100%;
}

/***** MEDIA PANEL *****/

.multimedia_c {
    height: 100vh;
    overflow: hidden;
}

.multimedia_c img {
    display: block;
    width: 100%;
    height: auto;
}

/***** SWIPER NAVIGATION *****/

.utility-nav {
    position: absolute;
    width: 33%;
    top: 110px;
    z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000000;
}

/***** RESPONSIVE ADJUSTMENTS *****/

@media screen and (orientation: portrait){
    #utility-swiper .swiper-slide {
        height: auto;
        overflow: hidden;
    }

    .multimedia_c {
        height: 95vh;
    }

    .slide-text {
        margin-top: 80px;
    }

    .utility-nav {
        width: 112px;
        top: 100vh;
    }
}
