.dynamic_featured_item{position:relative;overflow:hidden;transition:background-color .3s ease;background-color:var(--cwCardBg)}.dynamic_featured_item:hover{background-color:var(--cwCardBgHover)!important}.dynamic_featured_item::before,.dynamic_featured_item::after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.dynamic_featured_item:hover::before{animation:ripple1 1s ease-out forwards}.dynamic_featured_item:hover::after{animation:ripple2 1.2s ease-out forwards}@keyframes ripple1{to{width:300%;height:300%;opacity:0}}@keyframes ripple2{to{width:200%;height:200%;opacity:0}}.dynamic_featured_item:hover{background-color:#71cf08!important;scale:1.05;transition:width 2s}.banners_peek_carousel .dynamicBanners_img,.banners_card_stream .dynamicBanners_img,.banners_largeThumbnail .dynamicBanners_img,.banners_popup .dynamicBanners_img,.banners_rectangleAd .dynamicBanners_img,.banners_thumbnail9 .dynamicBanners_img,.banners_thumbnail5 .dynamicBanners_img,.banners_button .dynamicBanners_img,.banners_square .dynamicBanners_img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.banners_peek_carousel .dynamicBanners_img:hover,.banners_card_stream .dynamicBanners_img:hover,.banners_largeThumbnail .dynamicBanners_img:hover,.banners_popup .dynamicBanners_img:hover,.banners_rectangleAd .dynamicBanners_img:hover,.banners_thumbnail9 .dynamicBanners_img:hover,.banners_thumbnail5 .dynamicBanners_img:hover,.banners_button .dynamicBanners_img:hover,.banners_square .dynamicBanners_img:hover{transform:scale(1.1)}.banners_parallax .dynamicBanners_img{width:auto;max-width:100%;height:auto;max-height:100%;position:absolute;z-index:1;left:0;inset-block-end:0;animation:moveRightAndBack 4s ease-in-out infinite}@keyframes moveRightAndBack{0%{transform:translateX(0)}50%{transform:translateX(100px)}100%{transform:translateX(0)}}