
.flexible {
    position:absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -999;
    top: 0;
    left: 0;
}

.myClass {
    overflow: hidden;
}


.hidden {
    display: none;
}

.content {
    color: #eee;
    font-size: 1.5em;
}

.bgv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-image: none;
    background-repeat: repeat;
    z-index: -998;
}
