/*
Theme Name: Bukovel
Text Domain: bukovel
Version: 0.1
Description: Base for theme created by Lyohha
Author: Lyohha

*/

.loaders {
    pointer-events: none;
}

.none {
    display: none !important;
}

.video-play {
    position: relative;
    transition: 0.4s all;
    cursor: pointer;
}

/* .video-play:after {
    transition: 0.4s all;
    position: absolute;
    content: "";
    width: 128px;
    height: 128px;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    background-image: url("img/youtube.svg");
}  

.video-play:hover:after {
    transform: scale(1.1);
} */
.video-play:before {
    transition: 0.4s all;
    position: absolute;
    content: "";
    width: 128px;
    height: 128px;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    background-image: url("img/youtube.svg");
}  

.video-play:hover:before {
    transform: scale(1.1);
}

.error {
    border-bottom: 0.06536vw solid red !important;
    padding: 0 0;;
}