@charset "utf-8";
/* CSS Document */

.video-on-hover-widget {
    position: relative;
    overflow: hidden;
}

.video-on-hover-image,
.video-on-hover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.video-on-hover-video {
    display: none;
}

.video-on-hover-widget .button-container,
.video-on-hover-widget .content-container {
    width: 100%;
}

.video-on-hover-widget .my-button {
    padding: 15px 20px 15px 20px !important;
}

.video-on-hover-widget .my-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 25px;
    display: block;
}

.video-on-hover-widget .my-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 25px;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
}

.video-on-hover-widget .my-content a {
    text-decoration: none;
    font-weight: 300;
}