.baniere {
	overflow: hidden;
}
.baniere #image-28-8 {
	transform: translateX(-100%);
	animation: anime 0.7s ease forwards;
	animation-delay: 0.3s;
	opacity: 0.6;
	filter: blur(1px);
}
.baniere #image-29-8 {
	transform: translateX(-200%);
	animation: anime 1.0s ease forwards;
	opacity: 0.8;
	filter: blur(2px);
}
.baniere #image-30-8 {
	transform: translateY(-100%);
	animation: anime 0.8s ease forwards;
	animation-delay: 0.1s;
	opacity: 0.8;
	filter: blur(2px);
}
.baniere #image-32-8{
	transform: translateY(100%);
	animation: anime 0.7s ease forwards;
	opacity: 0.8;
	filter: blur(2px);
}
.baniere #image-31-8 {
	transform: translateX(200%);
	animation: anime 0.9s ease forwards;
	animation-delay: 0.2s;
	
}
.baniere #image-33-8 {
	transform: translateX(100%);
	animation: anime 0.9s ease forwards;
	animation-delay: 0.1s;
}

@keyframes anime {

	to {
		transform: translateX(0);
		filter: blur(0px);
		opacity: 1;
	}
}
#div_block-20-8 img{
	max-width: 25% !important;
}

@media(max-width :750px) {
	#div_block-23-5 {
		height: auto !important;
	}
}
@media (max-width: 750px) {
	#new_columns-27-5 > #div_block-28-5,
	#new_columns-27-5 > #div_block-29-5,
	#new_columns-27-5 > #div_block-30-5,
	#new_columns-27-5 > #div_block-31-5 {
		width: 50% !important;
	}
	#menu-item-15 a img {
		 position: static !important;
		 transform: none !important;
		 width: 167px !important;
	}
}
#code_block-35-19 iframe {
	max-width: 100%;
}

