/**
 * Skilltech Perspective Slider
 * Author: Dragan Milenkovic
 * Copyright: https://www.skilltechwebdesign.com - All rights reserved.
 * License: https://www.skilltechwebdesign.com/license-regular/
 * For: Andrea Brunetti, Isola di Comunicazione sas.
 */

.sk__absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sk__z1 {
	z-index: 1;
}

.tp-hero-animated-icons-wrap {
	width: 100%;
}

[class*="rolling-icons-"] {
	overflow: hidden;
}

[class*="rolling-icons-"] .elementor-widget-container {
	width: 100vw;
	max-width: 1460px;
	margin: 0 auto;
	height: 304px;
	max-height: 20.82vw;
	overflow: hidden;
	position: relative;
}

.rolling-icons-1 .sk__gradient-shadow-top-down {
	background: rgb(0,0,0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.rolling-icons-1 {
	margin-bottom: -1px !important;
}

.rolling-icons-2 .elementor-widget-container {
	-webkit-transform-origin: center top 0px; 
			-ms-transform-origin: center top 0px; 
	    transform-origin: center top 0px;
	-webkit-transform: matrix3d(1,0,0.00,0,0.00,0.5,0.00,-0.002,0,0,1,0,0,0,0,1);
			transform: matrix3d(1,0,0.00,0,0.00,0.5,0.00,-0.002,0,0,1,0,0,0,0,1);
}

[class*="rolling-icons-"] .elementor-widget-container img {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 200%;
}

@-webkit-keyframes rollingIcons {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

@keyframes rollingIcons {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

[class*="rolling-icons-"] .elementor-widget-container > img {
	-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation: rollingIcons 12s linear 0s infinite;
			animation: rollingIcons 12s linear 0s infinite;
}