 section {
	 height: 100vh;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
}
 @media (min-width: 45em) {
	 section {
		 flex-wrap: nowrap;
	}
}
 .card {
	 position: relative;
	 height: 250px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 background: #CCC;
	 transform: rotateX(0) rotateY(0);
	 /*transform-style: preserve-3d;*/
	 transition-duration: 0.1s;
	 transition-timing-function: ease !important;
	 backface-visibility: hidden;
	 will-change: tranform;
}
 .card__overlay {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: url(/images/newhome/schools/blur-overlay.jpg) no-repeat center center;
	 background-size: cover;
	 mix-blend-mode: overlay;
	 opacity: 0.5;
}
 .card__image img {
	 max-width: 100%;
	 height: auto;
	 mix-blend-mode: lighten;
}
 .card__heading {position: absolute;
    bottom: 20px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #01214896;
    padding: 5px;
}
 .card__heading .small {
	 display: inline-block;
	 margin-bottom: 5px;
	 text-transform: uppercase;
	 font-size: 10px;
	 transform: translateZ(15px);
}
 .card__heading h2 {
	 margin: 0;
	 font-size:16px;
	 transform: translateZ(30px);
}
 .card.rounded, .card.rounded .card__overlay {
	 border-radius: 8px;
}
 .card.is-out {
	 transform: rotateX(0) rotateY(0) !important;
	 transition-duration: 1s;
}
 #medicine {
	 background: url('https://ieu.edu.ua/images/schools/01.jpg');
	 background-size:cover;
 }
 #business {
	 background: url('https://ieu.edu.ua/images/schools/02.jpg');
	 background-size:cover;
 }
 #engineering {
	 background: url('https://ieu.edu.ua/images/schools/03.jpg');
	 background-size:cover;
 }
 #language	 {
	 background: url('https://ieu.edu.ua/images/schools/04.jpg');
	 background-size:cover;
 }
 #it {
	 background: url('https://ieu.edu.ua/images/schools/05.jpg');
	 background-size:cover;
 }
 #law {
	 background: url('https://ieu.edu.ua/images/schools/06.jpg');
	 background-size:cover;
 }
 #art {
	 background: url('https://ieu.edu.ua/images/schools/07.jpg');
	 background-size:cover;
 }
 #po {
	 background: url('https://ieu.edu.ua/images/schools/08.jpg');
	 background-size:cover;
 }