﻿[data-fancybox] { cursor: zoom-in; }

/*.fancybox__container { --fancybox-bg: unset; }*/

/*.fancybox-zoomOut { animation: 0.2s ease-in-out fancybox-zoomOut both; }

.fancybox-zoomIn { animation: 0.25s ease-in-out fancybox-zoomIn both; }*/

.lst-gallery .thumb-video { width: 100%; }

@keyframes fancybox-zoomIn {
    from { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); }

    100% { opacity: 1; }
}

@keyframes fancybox-zoomOut {
    from { opacity: 1; }

    to { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); }
}
