
.Slider {
	
	/*position:absolute;
	top:0px;
	height: 100%;
    min-height:600px;
	width: 1900px;
    overflow: hidden;*/
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #FFFFFF;/*#011a24;*/
  opacity: 0.5;
}	

.Slider .Slider-Content {
        position: relative;
        height: 100%;	
		width: 100%;
		top: 0;
		left: 0;
		
}		

.Slider .Slider-Content img {
            position: absolute;
            /*top: 0;
            left: 0;*/
			
			/*margin:auto;*/
            width: 100%;
            height: 100%;
			/*max-height:620px;*/
			bottom: 0;
			right: 0;
            /*border-radius: 50%;*/
            object-fit: cover;
			object-position: 50% 50%;
            animation-name: fadeInOut;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            animation-duration: 24s;
            animation-direction: normal;
		 }

		 
		#img1 {
            animation-delay: 16s;/*opacity:0;*/
        }
		#img2 {
            animation-delay: 8s;/*opacity:0;*/
        }
		#img3 {
            animation-delay: 0s;/*opacity:1;*/
        }	
		
    /*    img:nth-of-type(1) {
            animation-delay: 10s;
        }
        img:nth-of-type(2) {
            animation-delay: 5s;
        }
        img:nth-of-type(3) {
            animation-delay: 3s;
        }
 */

    @keyframes fadeInOut {
		0% {
            opacity:0;transition: all .3s ease;transform: scale(1)
        }
        30% {
            opacity:0;transition: all .3s ease;transform: scale(1)
        }
        35% {
            opacity:1;transition: all .3s ease;transform: scale(1)
        }
        50% {
            opacity:1;transition: all .3s ease;transform: scale(1.1)
        }
		65% {
            opacity:1;transition: all .3s ease;transform: scale(1.1)
        }
        70% {
            opacity:0;transition: all .3s ease;transform: scale(1.1)
        }
        100% {
            opacity:0;transition: all .3s ease;transform: scale(1.1)
        }
		
       /* 0% {
            opacity:0;/*transform: scale(1);transition: .3s ease;/*transition-duration: 0.2s;*/
     /*   }

		55% {
            opacity:0.5;/*transform: scale(1.4);transition: .3s ease;/*transition-duration: 0.5s;*/
     /*   }

        80% {
            opacity:0.5;/*transform: scale(1.4);transition: .3s ease/*transition-duration: 0.2s;*/
     /*   }
		100% {
            opacity:1;/*transform: scale(1.4);transition: .3s ease/*transition-duration: 0.2s;*/
     /*   }*/
    }
/*}
	
}*/