.fancybox-green {
    background-color:#6fb936;
}

.fancybox-thumb {
    margin-bottom: 30px;
}

.fancybox-page-top {
    margin-top:85px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.fancybox-modal-header {
    border-bottom: none;
}

.fancybox-modal-title {
    color:#000;
}

.fancybox-modal-footer {
    display:none;
}

.fancybox__container {
    z-index: 100001;
}
