.slide_show_fade_in1_logo_5{
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index:-1;
	margin-bottom:2.5%; 
}
.slide_show_fade_in1_logo_5:before{
	content: "";
	display: block;
	padding-top: 30%;
}
.slide_show_fade_in1_logo_5_1{
       	z-index:10;
	position: absolute;
	width: 46%;
	height: auto;
	top: 80%;
	left: 50%;
	transform: translate( -50%, -50%);
}
.slide_show_fade_in1_logo_5_img{

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: slide_show_fade_in1_logo_5 40s infinite;

}
.slide_show_fade_in1_logo_5_img:nth-of-type(2){
	animation-delay: 8s;
}
.slide_show_fade_in1_logo_5_img:nth-of-type(3){
	animation-delay: 16s;
}
.slide_show_fade_in1_logo_5_img:nth-of-type(4){
	animation-delay: 24s;
}
.slide_show_fade_in1_logo_5_img:nth-of-type(5){
	animation-delay: 32s;
}

@keyframes slide_show_fade_in1_logo_5{
	0%{
		opacity: 0;
	}

	12.5%{
		opacity: 1;
	}

	25%{
		opacity: 1;
	}

	37.5%{
		opacity: 0;

	}
	
	49.5%{
		opacity: 0;
		z-index: 1;
	}

	100%{
		opacity: 0;
	}
}



@media screen and (max-width:980px) {



.slide_show_fade_in1_logo_5_img{

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	opacity: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: slide_show_fade_in1_logo_5 40s infinite;

}

}



@media screen and (max-width:480px) {

.slide_show_fade_in1_logo_5_1{
    display: none;
}
}

