.video-container,
.mod-web7-video {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

iframe#player {
    max-width: none !important;
}

.mod-web7-video #player {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 0;
}

.mod-web7-video .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    width: 100%;
}

.mod-web7-video .vertical-center {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    left: 0;
    right: 0;
}

.mod-web7-video .controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.mod-web7-video .controls i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
    transition: .25s ease-in-out;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .hidden-tablet {
        display: none !important;
    }
}