.upb-videoshariff {
    position: relative;
    text-align: center;
    display: block;
    background-color: #000;
}

.ce-textpic .ce-gallery .upb-videoshariff img, .upb-videoshariff img {
    display: inline-block;
    max-height: 720px;
    width: auto !important;
    border: none;
    max-width: 100%;
}

.upb-videoshariff-preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
}


.upb-videoshariff-overlay{
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.upb-videoshariff-previewicon{
    width: 20vw;
    height: 20vw;
    z-index: -1;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8));
}

@media (min-width: 768px) {
    .upb-videoshariff-previewicon{
        width: 10vw;
        height: 10vw;
        z-index: -1;
        filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.8));
    }
    .upb-videoshariff-previewtext {
    }
}

.upb-videoshariff-previewtext{
    background-color: white;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background-color: #EEFBFB;
    margin-bottom: 1rem;
}