h1{
    text-transform: uppercase;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/projector-gaming/hero-bg-mobile.jpg);
    background-size: cover;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 200px;
}
.TLCD-logo {
    width: 220px;
}
.laser-light-logo {
    width: 150px;
}

@media screen and (min-width: 570px) {

}

#ef-models,
#ef-models .card{
    background-color: white;
}

.card h5{
    color: #10218b;
    
}

.rrp{
    font-weight: bold;
}

.muted{
    font-size: 12px;
}

.card-text{
    line-height: 1.5;
}

.card-text ul{
    padding-left: 20px;
}

#compatibility{
    padding: 50px 0;
}
#key-feature{
    padding: 50px 0;
}
.splide__slide.CYP:hover {
    border-color: #10218b;
}

.left-image.IMM {
    min-height: 700px;
}

@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 1000px;
    }
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .hero-section{
        min-height: 600px;
        background-image: url("/images/projector-gaming/hero-bg.jpg");
        padding-top: 0;
        background-position: center;
        align-items: center;
    }

    .row.column-with-gap{
        flex-direction: row;
        gap: unset;
    }
    .column-with-gap{
        justify-content: center;
    }
    .row-cols-lg-2>*, .row-cols-xl-2>* {
        width: 50%;
    }
    .featured-image{
        height: 100%;
        object-fit: cover;
    }
    .featured-image.LLS{
        height: 100%;
        object-fit: contain;
    }
    .featured-image.IS{
        height: 100%;
        object-fit: contain;
    }
    .description{
        min-height: 535px;
    }
    .description.right{
        padding-left: 30px;
    }
    .description.left{
        padding-right: 30px;
    }
    .tech-logo {
        width: 210px;
    }
    .TLCD-logo {
        width: 220px;
    }
    .laser-light-logo {
        width: 150px;
    }
    #clo .featured-image{
        object-position: center;
    }
    #intro .featured-image{
        object-position: center;
    }
    #Google-TV .featured-image{
        object-position: center;
    }
    .mobile-slider:not(#proUHDSlide) .splide__arrows{
        display: block;
    }
    .row .card-img, .row .card-img-top {
        object-fit: contain;
    }
    #ef-models .card-body h3{
        min-height: 72px;
    }
    .container-fluid{
        position: relative;
    }
    .left-image .featured-image{
        position: absolute;
        width: 50%;
        left: 0;
    }
    .right-image .featured-image{
        position: absolute;
        width: 50%;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .desc{
        min-height: 545px;
    }
    .tech-logo{
        width: 220px;
    }
    .TLCD-logo {
        width: 220px;
    }
    .laser-light-logo {
        width: 150px;
    }
    .mobile-slider:not(#recSlide) .splide__arrows{
        display: none;
    }
    .models .row,
    .models .row-cols-md-2{
        gap: 30px;
    }
    #ef-models .card-body{
        padding: 20px 0 0 0;
    }

}

@media screen and (min-width: 1200px) {
    #Laser-Technology .desc{
        min-height: 775px;
    }
}

@media screen and (min-width: 1400px) {
    .models .row,
    .models .row-cols-md-2{
        gap: 50px;
    }
}

@media screen and (min-width: 1920px) {

}



/* video popup */
#app-video, #featured-video {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.video-image-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    position: relative;
    height: 100%;
}
.inner-video-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}
.video-image, .inner-video-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-image {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}
.video-image-container::before {
    content: "";
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 45px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}
@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }
}
@media screen and (min-width: 992px) {
    #app-video, #featured-video {
        padding-bottom: 30px;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #app-video, #featured-video{
        min-height: 645px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .video-image-container{
        background-size: cover;
        position: absolute;
        width: 100%;
    }
    .video-image-container::before{
        display: none;
    }
    .video-image img{
        object-fit: cover;
        height: 100%;
    }
    #app-video .copy-container, #featured-video .copy-container{
        z-index: 99;
        color: #ffffff;
        padding-bottom: 127px;
    }
    .btn-play{
        top: 345px;
    }
}