﻿body > form{ 
}
.section_slide {
    min-height: 100vh;
    max-height: 100vh;
}

    .section_slide .col-video {
        background: transparent;
        z-index: -1;
        min-height: 100vh;
        max-height: 100vh;
    }

        .section_slide .col-video img {
            opacity: 0;
        }

    .section_slide iframe {
        box-sizing: border-box;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 200vw;
        opacity: 1;
        transition: opacity .49s;
    }


    .section_slide .row_products {
        max-height: 100vh;
        overflow: hidden;
        display: flex;
        overflow-y: auto;
        /*padding-top: 50px;*/
    }

        .section_slide .row_products .item {
            min-height: 45vh;
            font-size: 8pt;
            font-family: 'yu-gothic-bold';
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 79%;
            margin: auto;
            margin-bottom: 30px;
        }

        .section_slide .row_products .col {
            width: 292px;
            min-width: 50%;
            max-width:400px;
        }

        .section_slide .row_products .item .col-img {
           /* min-height: 45vh;
            max-height: 45vh;*/
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom:15px;
        }

            .section_slide .row_products .item .col-img img {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover !important;
                object-position: center center !important;
            }

        .section_slide .row_products .item .col-price {

            display: block;
        }

            .section_slide .row_products .item .col-price .price {

            }

            .section_slide .row_products .item .col-price .name {
                display: block;
            }

            .section_slide .row_products .item .col-price .price {
                
                display: block;
            }
#btn_hideSite_ProductSlides{
 
}


@media (max-width: 991px) {
    .section_slide .col-video {
        height: 50vh;
    }

    .section_slide .row_products {
        max-height: none;
    }

    #collapseMenuMobile.show ~ .section_slide .col-video iframe {
        opacity: 0;
    }

    #collapseMenuMobile.show ~ .section_slide .col-video img {
        opacity: 1;
    }
}
