﻿.vl-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
}

.vl-container {
    position: relative;
    z-index: 99;
    height: 600px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vl-play-button {
    height: 100px;
    cursor: pointer;
}

.vl-play-button:hover {
    height: 110px;
    transition: height ease-in-out 50ms;
}

.vl-player {
    position: relative;
    display: none;
}

.vl-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
}