#content-item-large:hover .item-title{text-decoration:underline}
#content-item-large:hover .item-title,#content-item-large:hover .image-wrapper{cursor:pointer}
#content-item-large:hover .image-wrapper .overlay{opacity:1}
#content-item-large .item-button{min-width:250px}
#content-item-large .image-wrapper{position:relative;display:inline-block}
#content-item-large .image-wrapper img{display:block}
#content-item-large .image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0.3s ease;border-radius:24px;pointer-events:none}
#content-item-large .image-wrapper .overlay.overlay-video{background-image:url("../themes/finax-rebranding/assets/images/rebranding/content-section/overlay-video.svg")}
#content-item-large .image-wrapper .overlay.overlay-post{background-image:url("../themes/finax-rebranding/assets/images/rebranding/content-section/overlay-blog.svg")}