/* Wave Css */

/* Video or Photo Gallery */

.uael-post-wrapper{
    max-height: 23.5vw;
    overflow: hidden;
}
.uael-post__inner-wrap .uael-post__title:hover{
    transition: 0.7s;
    background-color: #000000CC;
    opacity:1;

}

.uael-post__link-complete-yes .uael-post__complete-box-overlay {
    position: relative !important;
    display:block;
}
.uael-post__inner-wrap .uael-post__title {
    width: 100%;
    position: absolute;
    vertical-align: middle;
    display: table-cell;
    top: 0;
    height: 100%;
    padding-top: 44%;
    margin-top: 0;
    z-index: 999;
    opacity:0;
}
@media only screen and (min-width: 606px) and (max-width: 1050px) {

    .uael-post-wrapper {
        max-height: 43.5vw;
        overflow: hidden;
    }
    .single .uael-post-wrapper {
        max-height: 100%;
        overflow: hidden;
        margin-bottom: -1em !important;
    }
}
@media only screen and (max-width: 605px) {

    .uael-post-wrapper {
        max-height: 50vw;
        overflow: hidden;
    }
    .single .uael-post-wrapper {
        max-height: 100vw;
        overflow: hidden;
    }

}