/* 
    Created on : 26 janv. 2020, 16:41:56
    Author     : ankh
*/

.ebea-videos{
    width: 100%;
    margin: auto;
    margin-bottom: 0 !important;
    display: inline-table;
}

.ebea-videos div{
     height: 100% !important;
}

.modal-content {
    background: transparent;
}

.modal-content iframe {
    height: 50vh;
    vertical-align: middle;
    display: block;
    margin: auto;
}

.slick-slide img {
    display: block;
    max-height: 500px;
}

.slick-slide {
    display: block;
    padding: 10px;
}

.slider-background{
    background: #555;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    height: 100%;
    vertical-align: middle;
    margin: auto;
    display: block;
}



@media only screen and (max-width: 767px) {

    .ebea-videos{
       display: block;
    }

    .background iframe{
        display: none;
    }

}