.video-wrapper img {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    transition: all ease-out 0.2s;

}

.video-wrapper__image > div:hover img {
    filter: drop-shadow(0 0 15px #005446);
    transform: scale(1.1);
}

.video-wrapper__image .activeBanner {
    height: 100%;
    background-size: cover;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
}

.video-wrapper__video {
    z-index: 999999;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(66, 62, 66, 0.9);
}

.video-wrapper__video  #video {
    width: 65%;
    margin: 0 auto;
}

.close-video {
 top: 0;
}


.close-video span {
    width: 35px;
    padding: 2px 0;
    background: #ffffff;
    text-align: center;
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    margin: 5px 5px 0 0;
    border: 3px solid white;
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    z-index: 10;
}

.close-video span:hover {
    border: 3px solid #ba9653;
}
.video-wrapper .seLinkDiv {
    display: block;
}

@media screen and (max-width: 991px) {
    .video-wrapper {
        display: block;
    }
    .video-wrapper__image .activeBanner {
        max-width: inherit;
        max-height: inherit;
        margin-bottom: 15px;
    }
}
