.gallery .grid .grid-item{
    display: flex;
    flex-direction: column;
    min-height: 300px;
}
.grid-item a img{
    aspect-ratio: 4/3;
}
.grid-item span{
    margin-top:0.5rem;
    font-weight:700;
}
@media screen and (max-width: 767.5px){
    .gallery .grid .grid-item{
        min-height:230px;
    }
}

/*Navbar*/
.navbar_mobile {
    background-color: #000;
}
.navbar_mobile .logo_img {
    /*max-height: 35px;*/
    /*margin-top: 10px;*/
}
.navbar_mobile .btn-outline-light {
    color: white;
    border-color: white;
}
.navbar_type8 {
    /*height: 140px;*/
    background-color: rgba(0, 0, 0, 1);
}

#main_index .navbar_type8 {
    /*background-color: transparent;*/
}
.dark_nav{
    height: 80px;
    background-color: rgba(0, 0, 0, 1) !important;
}

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom: 2px solid #000;
    left: 15%;
    top: 135%;
    width: 70%;
}

.navbar_type8 .nav_tab .nav_item a {
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 2vw;
    font-size: 0.9vw;
}

.navbar_type8 .logo {
    flex: 0 1 25%;
    margin-left: 115px;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 15px;
} 
/* End Navbar */

.white-wording {
    color: #fff!important;
}

/* Footer */
.footer_type6{
    background: url("https://cdn1.npcdn.net/images/G_BG_emh9zq_1770716336.jpg?md5id=057780a9e2f50918c3f2e1f3151e26b4&new_width=1000&new_height=1000&type=4");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}
.footer_type6 .container .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) {
    padding-left: 6% !important;
}
    /*Text Setting*/
    .footer_type6 .title h5 {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    /*Logo Setting*/
    .footer_type6 .logo {
        min-height: 80px;
    }
    .footer_type6 .logo img {
        /*width: 100%;*/
        max-height: 60px;
    }
/* End Footer */



/* Banner */
#main_index .index_wrapper_2 {
    /*margin-top: -140px;*/
}

.slider_banner .banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner_section .frame_outer_box .frame_inner_box {
    /*padding: 50% 0 0 14%;*/
    padding: 30vw 0 0 14%;
    /*max-width: 600px;*/
    max-width: 40vw;
}

.banner_content {
    overflow: hidden;
}

.banner_section .col-md-4 .frame_inner_box {
    padding: 63% 0 0 20%;
}
    /*Text Setting*/
    .banner_big_title {
        font-size: 4vw;
        font-weight: 800;
        color: #a77700;
        text-shadow: 1px 1px 5px white;
    }
    
    .banner_section .small_content {
        font-size: 1vw;
        color: white;
        font-weight: 300;
        line-height: 2;
        max-width: 296px;
    }
    
    .banner_section .btn_box {
        margin-top: 8%;
    }
/* End Banner */



.big_title {
    color: black;
    font-size: 40px;
    font-weight: 700;
}
/*.big_title span{*/
/*    color: white;*/
/*}*/

.small_title {
    color: #a77700;
    font-size: 16px;
    font-weight: 500;
}

.small_content {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.btn_box {

}

.btn_style {
    color: white;
    background-color: transparent;
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.5s linear;
}
.btn_style .line_left::after {
    content: "";
    position: absolute;
    background-color: white;
    height: 1px;
    width: 80px;
    top: 0;
    left: -10px;
    transition: 0.5s linear;
}
.btn_style .line_left::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 30px;
    width: 1px;
    top: -10px;
    left: 0;
    transition: 0.5s linear;
}

.btn_style .line_right::after {
    content: "";
    position: absolute;
    background-color: white;
    height: 1px;
    width: 80px;
    bottom: 0;
    right: -10px;
    transition: 0.5s linear;
}
.btn_style .line_right::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 30px;
    width: 1px;
    bottom: -10px;
    right: 0;
    transition: 0.5s linear;
}


/*Btn Style02*/
.btn_style02 {
    color: #fff;
    background-color: transparent;
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.5s linear;
}
.btn_style02 .line_left::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 80px;
    top: 0;
    left: -10px;
    transition: 0.5s linear;
}
.btn_style02 .line_left::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 1px;
    top: -10px;
    left: 0;
    transition: 0.5s linear;
}

.btn_style02 .line_right::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 80px;
    bottom: 0;
    right: -10px;
    transition: 0.5s linear;
}
.btn_style02 .line_right::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 1px;
    bottom: -10px;
    right: 0;
    transition: 0.5s linear;
}

.btn_style:hover .line_left::after {
    width: 0;
}
.btn_style:hover .line_left::before {
    height: 0;
}
.btn_style:hover .line_right::after {
    width: 0;
}
.btn_style:hover .line_right::before {
    height: 0;
}

.btn_style:hover {
    color: #a77700;
    text-decoration: none;
}



/*Key Customer Section01*/
.imageMarquee {
    height: 130px;
    /*background-image: url('https://cdn1.npcdn.net/img/1712115184B_LOGO.png');*/
    background-image: url('https://cdn1.npcdn.net/images/B_LOGO_2_vf4kaw_1778223389.png?md5id=057780a9e2f50918c3f2e1f3151e26b4&type=4');
    background-size:cover;
    animation: imageMovement 100s linear infinite;
    /*background-color: #fff;*/
}

@keyframes imageMovement {
    100% {
        background-position-x: -7000px;
    }
}

.index_wrapper_3 .customer_sec01{
    padding: 100px 0 100px;
    background-color: #000;
}

.customer_sec01 {
    padding: 100px 0;
    background-color: #000;
    /*margin: 40px 0;*/
}

.customer_sec01 .big_title {
    color: #fff;
}

.customer_sec01 .row {
    text-align: center;
    gap: 20px;
    padding: 0 9%;
}
    /*Image Setting*/
    .customer_sec01 .img_box img {
        width: 250px;
    }
/*End Key Customer Section01*/



/*About Us Section02*/

.hp-new-about {
    background-image: url('https://cdn1.npcdn.net/images/ABOUT_BG_jul4z8_1778056268.jpg?md5id=057780a9e2f50918c3f2e1f3151e26b4&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    padding: 7rem 8rem;
    
    position: relative;
}

.hp-new-about::before {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 10%;
    width: 19%;
    height: 2%;
    background-image: url(https://cdn1.npcdn.net/images/ABOUT_ELEMENT_kuydwf_1778054904.png?md5id=057780a9e2f50918c3f2e1f3151e26b4&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;

    animation: moveLeftRight 4s ease-in-out infinite;
}

@keyframes moveLeftRight {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); } /* move left */
    100% { transform: translateX(0); }     /* back to original */
}


.hp-new-about-top {
    padding-bottom: 4rem;
}

.hp-new-about-top .big_title span {
    display: block;
    color: #ffa51e;
    padding-left: 4rem;
}

.hp-new-about-top .small_title {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 2rem;
}

.hp-new-about-top .small_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("https://cdn1.npcdn.net/images/ABOUT_ICON_enk9lg_1778054904.png?md5id=057780a9e2f50918c3f2e1f3151e26b4&type=4") center/contain no-repeat;
    transform: translateY(-50%);
    z-index: 0;   
}

@media (max-width: 1200.5px) {
    .hp-new-about {
        padding: 5rem 1rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .hp-new-about-top .small_title {
        padding-left: 3rem;
    }
    .hp-new-about-top .small_title::before {
        width: 30px;
        height: 30px;
    }
    
    .hp-new-about::before {
        left: 8%;
        bottom: 5%;
        width: 60%;
        height: 1%;
    }
}


.index_wrapper_4 .about_us_sec02 {
    padding: 60px 0;
    background-color: #000;
}

.index_wrapper_4 .about_us_sec02 .big_title {
    color: #fff;
}

.index_wrapper_4 .about_us_sec02 .small_content {
    color: #fff;
}

.about_us_sec02 .row {
    position: relative;
}

.about_us_sec02 .content_outer_box {
    margin: auto;
}

.about_us_sec02 .frame_outer_box .frame_inner_box {
    padding-right: 7%;
}
    /*Image Setting*/
    .about_us_sec02 .frame_outer_box img {
        width: 100%;
    }
    
    .about_us_sec02 .content_outer_box .img_box img {
        width: 150px;
    }
    
    .about_us_sec02 .outside_image {
        position: absolute;
        bottom: -35%;
        right: 5%;
        width: 30%;
        z-index: 1;
    }
    .about_us_sec02 .outside_image img {
        width: 100%;
    }
    
    /*Text Setting*/
    .about_us_sec02 .small_content {
        max-width: 552px;
        margin: 10px 0px 25px;
    }
/*End About Us Section02*/



/*Our Product Section03*/
#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
}

#main_index .index_wrapper_5 {
    position: relative;
    /*margin-top: 60px;*/
    padding: 0px 0 60px;
}

.index_wrapper_5 .customer_sec01 .img_box img {
    /*width: 250px;*/
    filter: brightness(0) invert(1);
}

.dark-grey-bg {
    background: #1f1f1f!important;
}

#main_index .index_wrapper_5::after {
    content: "";
    position: absolute;
    /*background-color: #F2F2F2;*/
    /*background-color: #000;*/
    /*background: linear-gradient(to bottom, #000 80%, #1f1f1f 80%);*/
    background-color: #1f1f1f;
    width: 100%;
    /*height: 85%;*/
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#main_index .product_slider_c_0 {
    padding: 0 8%;
}

.customer_sec01.product_sec03 {
    padding: 80px 0 0;
    margin: 0 0 20px;
}
#main_index .productSlider-1 .product_img .product_box {
    margin: 10px;
}
    /*Text Setting*/
    #main_index .productSlider-1 .product_img .product_box .content {
        text-align: center !important;
    }
    #main_index .productSlider-1 .product_img .product_box .content > p {
        display: none;
    }
    
    #main_index .productSlider-1 .product_img .product_box a h6 {
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.5);
        font-size: 15px;
        font-weight: 600 !important;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-weight: 700 !important;
    }
    
    /*Arrow Setting*/
    #main_index .slick-next {
        right: 3%;
    }
    #main_index .slick-next:before, #main_index .slick-prev:before {
        padding: 0;
    }
    #main_index .slick-prev {
        left: 3%;
    }
/*End Our Product Section03*/



/*Why Choose Us Section04*/

.index_wrapper_6 {
    background-color: #1f1f1f;
}

.index_wrapper_6 .customer_sec01 .img_box img {
  /*width: 250px;*/
  /*filter: brightness(0) invert(1);*/
}

.customer_sec01.why_us_sec04 .row {
    gap: unset;
    padding: 0 6%;
}

.why_us_sec04 .content_outer_box {
    display: flex;
    justify-content: center;
}
.why_us_sec04 .content_outer_box .frame_inner_box {
    position: relative;
    width: 88%;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 40px 15px 40px;
}

.why_us_sec04 .content_outer_box .background_dots {
    position: absolute;
    width: 35%;
    right: -9%;
    top: -10%;
    z-index: -2;
}
.why_us_sec04 .content_outer_box .background_dots img {
    width: 100%;
}

.why_us_sec04 .content_outer_box .frame_inner_box::before {
    content: "";
    position: absolute;
    background-color: #a77700;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    top: 3%;
    left: -3%;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.why_us_sec04 .content_outer_box .frame_inner_box:hover::before {
    top: 0%;
    left: 0%;
}

.why_us_sec04 .frame_outer_box {
    margin-bottom: 40px;
}
     /*Text Setting*/
     
    .why_us_sec04 .details_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .why_us_sec04 .content_outer_box .details_name {
        color: #a77700;
        font-size: 20px;
        font-weight: 700;
    }
     
    .why_us_sec04 .content_outer_box .details_text {
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        font-weight: 500;
        max-width: 320px;
    }
    
    /*Image Setting*/
    /*.customer_sec01.why_us_sec04 .img_box img {*/
    /*    width: 100%;*/
    /*}*/
    
    .why_us_sec04 .content_outer_box .img_box img {
        width: 35%;
    }


/*End Why Choose Us Section04*/



/*Testimonial Section05*/
#main_index .index_wrapper_8 {
    padding: 50px 0 0;
    position: relative;
    /*background-color: #1f1f1f;*/
}

#main_index .index_wrapper_8::after{
    content: "";
    position: absolute;
    /*background-color: #a77700;*/
    /*background-color: #000!important;*/
    background: linear-gradient(to right, #000 80%, #1f1f1f 80%);
    top: 0;
    left: 0;
    /*width: 80%;*/
    width: 100%;
    height: 100%;
    z-index: -1;
}
#main_index .hp_testimonial_type5 .testimonial_box .testimonial_card {
    padding-left: 15px;
    padding-right: 15px;
}

#main_index #index_8 {
    margin: auto;
}

#main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .text_area {
    padding: 0 0% 0 12%;
}

#main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .name {
    padding: 0 0 0 12%;
}

.testimonial_sec05 .row {
    padding: 0 0 0 12%;
}
    /*Text Setting*/
    .testimonial_sec05 .small_title {
        color: white;
    }
    
    .testimonial_sec05 .big_title {
        color: white;
    }
    
    #main_index .testimonial_box .title {
        display: none;
    }
    
    #main_index .testimonial_box .subTitle {
        display: none;
    }
    
    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .text_area .text {
        color: white;
        line-height: 2;
        font-size: 15px;
    }
    
    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .name h6:nth-child(1) {
        font-size: 17px;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
    }
    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .name h6:nth-child(2) {
        color: white;
        text-transform: capitalize;
        font-weight: 300;
    }
    
    /*Image Setting*/
    #main_index .hp_testimonial_type5 .img_area {
        display: none;
    }
    
    #main_index .hp_testimonial_type5 .outer_box {
        flex: 0 0 100%;
    }
    .latest_sec06 .content_outer_box .img_box img {
        width: 150px;
    }
    /*Arrow Setting*/
    #main_index .hp_testimonial_type5 .outer_box .button_area {
        margin-right: 0;
    }
    
    #main_index .fa-arrow-right::before {
        content: "";
        background: url("https://cdn1.npcdn.net/images/ARROW_RIGHT_h2nkaz_1770716473.png?md5id=057780a9e2f50918c3f2e1f3151e26b4&new_width=1000&new_height=1000&type=4");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 130%;
    }
    
    #main_index .fa-arrow-left::before {
        content: "";
        background: url("https://cdn1.npcdn.net/img/1712131038ARROW-LEFT.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 130%;
        z-index: 1;
    }
    
    /*Button Setting*/
    .latest_sec06 .button_outer_box {
        margin: auto;
        display: flex;
        justify-content: end;
    }
    
    .latest_sec06 .btn_box {
        display: flex;
    }
/*End Testimonial Section05*/



/*Testimonial Right Image Section05_5*/
#main_index #index_9 {
    margin-top: auto;
    text-align: right;
}
.testimonial_img_sec05_5 .frame_inner_box img {
    width: 85%;
}
/*End Testimonial Right Image Section05_5*/



/*Latest News Section06*/

.index_wrapper_10 {
    background-color: #1f1f1f;
}

#main_index .latest_new_type6 .news_box {
    background-color: transparent;
}

#main_index .latest_new_type6 .container-fluid {
    padding:0 15px !important;
}

#main_index .innerRow_10 {
    margin: 100px 0;
    padding: 0 6%;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    background-color: #F2F2F2;
    padding: 22px 15px 20px 25px;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    background-color: black;
}

    /*Text Setting*/
    #main_index .latest_new_type6 .news_box .date {
        color: black;
        font-weight: 700;
    }
/*End Latest News Section06*/



/*Contact Us Section07*/

.contact_sec07 {
    position: relative;
    border-radius: 15px 0 0px 15px;
    background-color: #F2F2F2;
    padding: 3% 0 1% 7%;
    margin: 0 0 0 21%;
}
.contact_sec07::after {
    content: "";
    position: absolute;
    background: url(https://cdn1.npcdn.net/images/F_ELEMENT_vkputc_1770716336.png?md5id=057780a9e2f50918c3f2e1f3151e26b4&new_width=1000&new_height=1000&type=4);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 48%;
    left: -5%;
    width: 60PX;
    height: 60px;
}
.contact_sec07 .details_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about_us_sec02.contact_sec07 .frame_outer_box img {
    width: 150px;
}
.contact_sec07 .content_outer_box .row {
    gap: 15px;
}
.contact_sec07 .row {
    padding: 0;
}

#main_index .index_wrapper_11 {
    margin-bottom: -135px;
    background-color: #1f1f1f;
}
    /*Image Setting*/
    .contact_sec07 .content_outer_box .details_box .img_box img {
        width: 35px;
    }
    
    /*Text Setting*/
    .contact_sec07 .content_outer_box .details_text {
        color: #a77700;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .contact_sec07 .content_outer_box .details_text {
        max-width: 420px;
    }
    
    #main_index {
        padding-bottom: 0 !important;
    }
/*End Contact Us Section07*/


/*Responsive*/

@media(max-width:1110px){
    .customer_sec01 .row {
        padding: 0;
    }
    
    .customer_sec01.why_us_sec04 .row {
        padding: 0;
    }
    
    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .text_area, #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .name, .about_us_sec02 .row {
        padding-left: 0;
        /*padding-right: 15px;*/
    }
    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .text_area, #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card .name {
        padding-right: 15px;
    }
    
    #main_index .innerRow_10 {
        padding: 0;
    }
    
    .contact_sec07 {
        margin-left: 15px;
    }
    
    /*Dots Setting*/
    .contact_sec07::after {
        bottom: 85%;
        left: -1%;
        width: 60PX;
        height: 60px;
        z-index: -1;
    }
    
    .footer_type6 .logo img {
        max-height: 30px;
    }
}

@media(max-width:991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: 0;
    }
    
    #main_index .item > img {
            filter: brightness(0.6);
            height: 60vw !important;
            object-fit: cover;
        }
}

@media(max-width:767.5px){
    .banner_section .col-md-4 .frame_inner_box {
        padding: 0;
    }
    .banner_section .frame_outer_box .frame_inner_box {
        padding: 0;
    }
    .banner_section {
        padding: 41% 0 0 0%;
    }
    
    .btn_style {
        font-size: 9px;
    }
    
    .big_title {
        font-size: 32px;
    }
    
    
    .banner_section .frame_outer_box .frame_inner_box,
    .banner_section .small_content {
        max-width: unset;
    }
        /*Image Setting*/
        #main_index .item > img {
            height: 110vw !important;
        }
        
        /*Text Setting*/
        .banner_big_title {
            font-size: 7vw;
        }
        .banner_section .small_content {
            font-size: 3.5vw;
            line-height: 1.5;
        }
        
        /*Button Setting*/
        .banner_section .btn_box {
            margin: 7% 0 0 50%;
        }
    
    /*Footer*/
    .footer_type6 .logo img {
        /*width: 80%;*/
        max-height: 60px;
    }
    
    /*Section01*/
    .customer_sec01 {
        padding: 30px 0;
    }
    /*Section02*/
    .about_us_sec02 .frame_outer_box .frame_inner_box {
        padding-right: 0;
    }
    .about_us_sec02 .row {
        gap: 30px;
    }
    
    /*Section03*/
    .about_us_sec02 .outside_image {
        bottom: -3%;
    }
        /*Text Setting*/
        #main_index .productSlider-1 .product_img .product_box a h6 {
            font-size: 10px;
        }
        #main_index .productSlider-1 .product_img .product_box h6 {
            font-size: 10px;
        }
        
    /*Section04*/
    .why_us_sec04 .content_outer_box .frame_inner_box {
        width: 100%;
    }
    
    .why_us_sec04 .content_outer_box:nth-child(n+2) {
        margin-bottom: 50px;
    }
    .why_us_sec04 .content_outer_box .background_dots {
        right: -3%;
    }
    
    /*Section05*/
    #main_index .index_wrapper_8::after {
        width: 100%;
    }
        /*Image Setting*/
        .testimonial_img_sec05_5 .frame_inner_box img {
            width: 100%;
        }
    
    /*Section06*/
    #main_index #index_10 > .container-fluid {
        padding: 0 !important;
    }
    
    /*Section07*/
    .contact_sec07 {
        padding: 15px 0;
        border-radius: 15px;
        margin-right: 15px;
    }
        /*Text Setting*/
        .contact_sec07 .content_outer_box .details_text{
            font-size: 13px;
        }
        
        /*Dots Setting*/
        .contact_sec07::after {
            bottom: 100%;
            left: 4%;
        }
        
    
}

@media(max-width:480.5px) {
    #main_index .item > img {
        height: 160vw !important;
    }
}

@media(max-width:375px) {
    
    #main_index .item > img {
        height: 200vw !important;
    }
    
    .banner_section {
        padding-top: 47%;
    }
}


@media(min-width:800px) {
    .fancybox__rightCol{
        width:45vw!important;
    }
}

@media(max-width:991.5px) {
    .fancybox__container{
        height:100vh;
        overflow-y:scroll;
        background-color:#000;
    }
    .fancybox__rightCol {
        width: calc(100% - 2rem);
        margin-left: 1rem;
        padding-bottom:10rem;
    }
}