.content-item-video-medium{height:100%;flex:1;min-width:280px;min-height:350px;display:flex;flex-direction:column}
.content-item-video-medium:hover .image-wrapper{cursor:pointer}
.content-item-video-medium:hover .image-wrapper .overlay{opacity:1}
.content-item-video-medium:hover .finax-heading-h4{text-decoration:underline}
.content-item-video-medium .image-wrapper{position:relative;flex-shrink:0;height:250px;overflow:hidden}
.content-item-video-medium .image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5) url("../themes/finax-rebranding/assets/images/rebranding/content-section/overlay-video.svg") no-repeat center;background-size:60px 60px;opacity:0;transition:opacity 0.3s ease;border-radius:24px;pointer-events:none}
.content-item-video-medium .img-fluid{border-radius:24px;height:100%;object-fit:fill}
.content-item-video-medium .section-text{flex:1}