
/* widget: Image Scroll */
#uc_scrolling_screenshot_nodz_ef178676{
min-height:1px;
}
#uc_scrolling_screenshot_nodz_ef178676 .eu-item-box{
overflow:hidden;
margin-left:auto;
margin-right:auto;
line-height: 0;
}
#uc_scrolling_screenshot_nodz_ef178676 *{
transition: all 300ms;
}
#uc_scrolling_screenshot_nodz_ef178676 .eu-item-thumb{
overflow:hidden;
background-image:url(https://www.desireemarketinghub.ae/medias/2024/04/screencapture-mayasquare-2024-04-24-01_32_51-768x2367.jpeg);
transition: background-position 5s;
background-size:cover;
position: relative;
}
#uc_scrolling_screenshot_nodz_ef178676 .eu-item-thumb{ background-position:top center; }
#uc_scrolling_screenshot_nodz_ef178676:hover .eu-item-thumb{ background-position:bottom center; }
#uc_scrolling_screenshot_nodz_ef178676 .eu-item-content-title
{
font-size:21px;
}
#uc_scrolling_screenshot_nodz_ef178676 .device-image-top, .device-image-bottom{
width:100%;
height: auto;
margin-bottom: -0.05em;
}
#uc_scrolling_screenshot_nodz_ef178676 .ue_image_scroll_overlay{
width:100%;
height:100%;
display:flex;
justify-content: center;
align-items: center;
}
#uc_scrolling_screenshot_nodz_ef178676:hover .ue_image_scroll_overlay{
opacity:0%;
}
#uc_scrolling_screenshot_nodz_ef178676 .ue_image_scroll_overlay_icon{
opacity:1;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}
#uc_scrolling_screenshot_nodz_ef178676:hover .ue_image_scroll_overlay_icon{
opacity:0;
}
#uc_scrolling_screenshot_nodz_ef178676 .ue_image_scroll_overlay_icon svg{
width:1em;
height:1em;
}
#uc_scrolling_screenshot_nodz_ef178676 .ue_image_scroll_overlay_icon i, #uc_scrolling_screenshot_nodz_ef178676 .ue_image_scroll_overlay_icon svg{  
animation-name: ue_icon_floating-a;         animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes ue_icon_floating-a {
from { transform: translate(0,  -4px); }
50%  { transform: translate(0, 4px); }
to   { transform: translate(0, -4px); }    
}