:root {
    --h1-base-font-size: 35px;
    --hero-h3-base-font-size: 18px;
    --h2-base-font-size: 38px;
    --h2-tagline-font-size: calc(var(--h2-base-font-size) - 14px);
    --body-font-size: 18px;
}
.mh-260 {
    height: 370px;
    max-height: 370px;
}
#intro .column-with-gap,
#filmmakers .column-with-gap{
    gap: 10px;
}
.gold,
.bot{
    color: #bd9b68;
}
h1{
    margin-bottom: 5px;
    font-size: var(--h1-base-font-size);
}
.group-title{
    font-size: var(--h2-base-font-size);
}
.group-title .gold.smaller,
.group-title.smaller{
    font-size: calc(var(--h2-base-font-size) - 5px)!important;
}
.group-title .gold.smallest,
.group-title.smallest{
    font-size: calc(var(--h2-base-font-size) - 10px)!important;
}
.hero-section h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section{
    background-image: url('/images/ls12000b/hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
.hero-section .container{
    position: relative;
    top: -70px;
}
#technology .row,
#home-theatre .row{
    gap: 30px;
}
.separator{
    border-bottom: 1px solid #bd9b68;
}
#pro-uhd{
    background-image: url('/images/ls12000b/bg_epson-tiger.jpg');
    min-height: 1050px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-on-image-container{
    position: relative;
}
.text-on-image-container img{
    min-height: 500px;
    object-fit: cover;
}
.text-on-image{
    position: absolute;
    bottom: 0;
    text-align: center;
}
.btn.btn-primary-inverse{
    color: #ffffff;
    margin: 0 auto;
}
.btn.btn-primary-inverse::after {
    border-left: 10px solid #ffffff;
}
#filmmakers h2,
.mid{
    font-size: 30px;
}
.spec-grid,
.spec-item{
    display: grid;
}
.spec-item{
    grid-template-rows: repeat(3, minmax(20px, max-content));
    align-content: center;
    justify-items: center;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #6e6e6e;
    height: 260px;
}
#last img{
    min-height: 270px;
    object-fit: cover;
}
.footnotes{
    color: #afafaf;
}


@media screen and (min-width: 768px) {
    .blend,
    .blend-brown,
    .blend-bottom{
        position: relative;
    }
    .blend::before, 
    .blend::after,
    .blend-brown::before,
    .blend-brown::after,
    .blend-bottom::before,
    .blend-bottom::after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .blend-brown::before{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend-brown::after{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend::before,
    .blend-brown::before{
        top: -25px;
    }
    .blend::after,
    .blend-brown::after,
    .blend-bottom::after{
        bottom: -25px;
    }
    .mh-260 {
        height: 500px;
        max-height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .mh-260 {
        height: 750px;
        max-height: 750px;
    }
    #technology .eal-col{
        padding: 30px 50px 30px 10px;
        border: 1px solid #6e6e6e;
    }
    #technology .row-cols-xl-2>* {
        width: 50%;
    }
    #technology .row{
        gap: unset;
    }
    /* #pro-uhd .group-container{
        top: -80px;
        position: relative;
    } */
    #home-theatre .eal-col{
        border: 1px solid #6e6e6e;
    }
    .caption{
        padding: 30px;
    }
    .spec-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    #intro .half-content,
    #lens .half-content,
    #interpolation .half-content,
    #no-compromise .group-container,
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .group-container{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {

    /* #pro-uhd .group-container {
        top: -55px;
    } */
    #pro-uhd .group-container{
        margin: auto;
        text-align: center;
    }
    .half-content .group-container{
        max-width: 400px;
    }
    .half-content.right .group-container{
        margin-left: auto;
    }
    #intro .half-content, #lens .half-content, #interpolation .half-content {
        padding: unset;
    }
    #intro{
        background-color: #040404;
        background-image: url('/images/ls12000b/projector-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #processor{
        min-height: 500px;
        background-image: url('/images/ls12000b/zx-processor.jpg');
        background-size: cover;
    }
    #lens{
        min-height: 500px;
        background-image: url('/images/ls12000b/precision-glass.jpg');
        background-size: cover;
    }
    #interpolation{
        min-height: 500px;
        background-image: url('/images/ls12000b/4k-frame.jpg');
        background-size: cover;
    }
    #screening-rooms .text-on-image{
        bottom: -25px;
        left: 34%;
    }
}

@media screen and (min-width: 1900px) {
    h1{
        font-size: calc(var(--h1-base-font-size) + 70px);
    }
    p{
        font-size: 22px;
    }
    .group-title,
    h2{
        font-size: calc(var(--h2-base-font-size) + 50px);
    }
    .group-title .gold.smaller{
        font-size: calc(var(--h2-base-font-size) + 15px)!important;
    }
    .group-title.smaller{
        font-size: calc(var(--h2-base-font-size) + 25px)!important;
    }
    .group-title .gold.smallest{
        font-size: calc(var(--h2-base-font-size) + 5px)!important;
    }
    .group-title.smallest{
        font-size: calc(var(--h2-base-font-size) + 10px)!important;
    }
    .half-content .group-container{
        max-width: 600px;
    }
    .hero-section{
        min-height: 715px;
    }
    .hero-section h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section .container {
        top: -170px;
    }
    #intro{
        background-size: 109%;
        background-position-x: -175px;
    }
    #intro .half-content{
        padding: unset;
    }
    #technology .eal-col{
        padding: 50px 70px 50px 30px;
    }
    #pro-uhd {
        min-height: 1600px;
    }
    #processor{
        min-height: 775px;
    }
    #lens{
        min-height: 775px;
    }
    #interpolation{
        min-height: 775px;
    }
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .text-on-image{
        bottom: 30px;
        left: 34%;
    }
    /* #filmmakers img{
        width: 50%;
        margin: auto;
    } */
    #filmmakers .column-with-gap {
        gap: 30px;
    }
    #filmmakers h2{
        font-size: 50px;
    }
    .caption{
        padding: 50px;
    }
    #specs h2{
        font-size: 50px;
    }
    .spec-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .mid{
        font-size: 40px;
        text-align: center;
    }
    .splide__pagination {
        bottom: 40px;
    }
    #last img{
        max-height: 500px;
        object-position: bottom;
    }

}
@media screen and (min-width: 768px) {
    #filmmakers img{
        width: 50%;
        margin: auto;
    }
    
}

@media screen and (max-width: 1899px) {
    .container.APST{
        max-width: 700px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1899px){

    #pro-uhd .group-container{
        top: -80px;
        position: relative;
    }
}


#andy {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
#andy iframe {
    width: 100%;
    height: 100%;
    display: block;
}