
.flexible {
    position:absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -999;
    top: 0;
    left: 0;
}

.myClass {
    overflow: hidden;
    color: #eee;
    padding: 3em;
}

.myClass ul li {
    font-family: Arial;
    font-size: 20pt;
    line-height: 30pt;
}

.hidden {
    display: none;
}


.bgv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-image: none;
    background-repeat: repeat;
    z-index: -998;
}

