/*!/wp-content/plugins/wp-elementor-addon/assets/css/widgets/image-effect-four.css*/.wpea-image-effect-four-container{position:relative;overflow:hidden;max-height:580px;cursor:pointer}.wpea-image-effect-four-container::after{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .5)}.wpea-image-effect-four-content-wrapper{position:absolute;top:0;bottom:0;z-index:1;padding:15px;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.wpea-image-effect-four-title,.wpea-image-effect-four-content{color:#fff;text-align:center}.wpea-image-effect-four-title{font-size:32px;letter-spacing:2px;font-weight:400;margin:0;transition:all 600ms ease-out}.wpea-image-effect-four-content{opacity:0;font-size:20px;margin:0;max-height:0;overflow:hidden;transition:max-height 600ms ease-out,opacity 450ms ease-out 100ms,margin-top 600ms ease-out}.wpea-image-effect-four-container img{transition:all 500ms;transform:scale(1);object-fit:cover}.wpea-image-effect-four-container:hover img{transform:scale(1.2)}.wpea-image-effect-four-container:hover .wpea-image-effect-four-content{opacity:1;max-height:240px;margin-top:12px}.wpea-image-effect-four-title,.wpea-image-effect-four-container:hover .wpea-image-effect-four-title{margin-top:0!important}@media (hover:none){.wpea-image-effect-four-content{opacity:1;max-height:240px;margin-top:12px;transition:none}.wpea-image-effect-four-container:hover img{transform:scale(1)}}