h1{
    /* text-transform: uppercase; */
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/laser-display/hero-banner.jpg);
    background-size: cover;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 115px;
}

@media screen and (min-width: 570px) {

}

#category,
#category .card{
    /* background-color: #353535; */
    /* max-height: 200px;
    margin-top: 200px; */
}

.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;
}

@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/laser-display/hero-banner.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;
    }
    .description{
        min-height: 535px;
        margin-top: 100px;
    }
    .description.right{
        padding-left: 15%;
    }
    .description.right.LLS{
        padding-left: 220px;
        padding-top: 25%;
    }
    .description.left{
        padding-right: 30px;
    }
    .tech-logo {
        width: 210px;
    }
    #clo .featured-image{
        object-position: right;
    }
    .mobile-slider:not(#proUHDSlide) .splide__arrows{
        display: block;
    }
    .row .card-img, .row .card-img-top {
        object-fit: contain;
    }
    #category .card-body h3{
        min-height: 72px;
    }
    .container-fluid{
        position: relative;
    }
    .left-image .featured-image{
        position: absolute;
        width: 50%;
        left: 0;
    }
    .left-image .featured-image.LLS{
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 1;
    }
    .right-image .featured-image{
        position: absolute;
        width: 50%;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .desc{
        min-height: 545px;
    }
    .tech-logo{
        width: 180px;
    }
    .mobile-slider:not(#recSlide) .splide__arrows{
        display: none;
    }
    .models .row,
    .models .row-cols-md-2{
        gap: 30px;
    }
    #category .card-body{
        padding: 20px 0 0 0;
    }

}

@media screen and (min-width: 1200px) {
    #sizeMatters .desc{
        min-height: 775px;
    }
}

@media screen and (min-width: 1400px) {
    .models .row,
    .models .row-cols-md-2{
        gap: 50px;
    }
    .left-image.LLS {
        height: 1000px;
    }
    .left-image.LLS h2{
        font-size: 3em;
    }
    .carousel-btm .splide__slide {
        width: 20%;
    }
    .splide__slide h3 {
        text-align: center;
        margin-top: -300px;
    }
    .card-img-top .card-body{
        display: inline-block;
        overflow: hidden;
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    .card-img-top:hover {
        transform: scale(1.1);
        filter:brightness(0.7);
    }
    .card-img-top {
        z-index: 1;
    }
    #category .card-body h3{
        z-index: 2;
    }
    .footnotes {
        padding: 30px 0;
    }
    #featuresSlide {
        margin-top: -100px;
    }
}

@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 600px) {
    .hero-section {
        min-height: 480px;
    }
    .hero-section .group-container {
       width: 100%;
       margin: 0 auto;
       text-align: center;
    }
    /* #proUHD img{
        background-image: url(/images/laser-display/laser-source.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 0;
        padding-top: 15%;
        width: 100%;
        height: auto;
    } */
    .container-fluid .featured-image.LLS{
        width: 200%;
        margin-left: -20px;
    }
    .description.right.LLS {
        width: 200%;
        margin: 0 auto;
        text-align: center;
        margin-top: -100px;
    }
    .container-fluid .featured-image.TC{
        width: 120%;
        margin-left: -20px;
    }
    .description.left.TC {
        width: 200%;
        margin: 0 auto;
        text-align: center;
        margin-top: -400px;
    }
    .container-fluid .featured-image.DDB{
        width: 120%;
        margin-top: 400px;
        margin-left: -30px;
    }
    .description.right.DDB {
        width: 200%;
        margin: 0 auto;
        text-align: center;
        margin-top: -400px;
    }
    .container-fluid .featured-image.ECL{
        width: 120%;
        margin-top: 50px;
        margin-left: -30px;
    }
    .description.left.ECL {
        width: 200%;
        margin: 0 auto;
        text-align: center;
        margin-top: -400px;
    }
    .container-fluid .featured-image.EMS{
        width: 120%;
        margin-top: 400px;
        margin-left: -30px;
    }
    .description.right.EMS {
        width: 200%;
        margin: 0 auto;
        text-align: center;
        margin-top: -200px;
    }
    #category {
        margin-top: -100px;
    }
    #category .splide__track img{
        margin-top: 20px;
        width: 100%;
        z-index: 1;
    }
    #category .splide__track h3{
        color: white;
        margin-top: -240px;
        text-align: center;
        width: 100%;
        z-index: 2;
    }
}