

@media screen and (max-width: 766px) {
    .models img {
        height: auto;
        max-width: 80px !important;
        object-fit: contain;
    }
    video {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover;
        /* display: none; */
    }
    #Video{
        background-image: url(/images/am-c-series/video-bg.png) !important;
    }
}
#Video{
    background-image: url(/images/am-c-series/video-bg.png);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 0; */
    background-repeat: no-repeat;
}
.video-container {
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
}
.video-background {
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
video {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* display: none; */
}
.hidden {
    display: none;
}
.play-icon {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon img {
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    /* background: #ff0000;
    color: #fff; */
    border: none;
    /* border-radius: 50%; */
    width: 50px;
    height: 50px;
    /* font-size: 20px; */
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
}
.play-icon.hidden {
    display: none;
}


.modal-content {
    margin-top: 25%;
}

.modal {
        --bs-modal-width: 800px !important;
}

@media screen and (max-width: 766px) {
    .modal-content {
    margin-top: 50%;
    }

    /* #eco-video-0 {
        width: 100% !important; 
        height: 100% !important; 
        object-fit: cover; 
        position: fixed; 
        top: 0; 
        left: 0; 
        z-index: 9999;
        background: black;
        justify-content: center;
        align-items: center;
    } */
}

.product_image {
    position: relative;
    display: inline-block;
}
.play-icon.VB {
    position: absolute;
    top: 50%;
    left: 50%;
}

.section.has-padding {
    /* padding-block: initial !important; */
}

#portfolio .group-container {
    padding: unset !important;
}

@media screen and (max-width: 940px) {
    #portfolio .eal-col {
        border: none;
    }
}