.ctl-video-block-item-wrapper{
    overflow: hidden;
    line-height: 0px;
    position: relative;
}

.ctl-video-block-item-wrapper video{
    max-width: 100%;
}

.ctl-video-block-custom-controls{
    position: absolute;
    right: 0px;
    bottom: 0px;
    
    margin: 0px;
    padding: 0px;
}

.ctl-video-block-custom-controls li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ctl-video-block-custom-controls button{
    width: 25px;
    height: 25px; 
    background-color: #fff;
    border-radius: 100%;
    border: none;
    text-align: center;
}

.ctl-video-block-custom-controls button i{
    font-size: 10px;
    line-height: 15px;  
}

.ctl-video-block-action-cover-video-toggle-play{
    cursor: pointer;
}


.ctl-img-block-item-wrapper img.ctl-image-block-featured-image{
    max-width: 100%;
}

.ctl-img-block-overlay{
    position: absolute;
    z-index: -1;
}

.ctl-img-block-cta,
.ctl-img-block-desc{
    margin-bottom: .5rem;
}


