@charset "UTF-8";

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%;
	height: 300px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.student-1 {
	background: url(../../img/students/223344.jpg) no-repeat;
	transform: scale(0.8);
}

.student-2 {
	background: url(../../img/students/216275.jpg) no-repeat;
	transform: scale(0.8);
}

.docent-1 {
	background: url(../../img/teachers/huelbr.jpg) no-repeat;
	transform: scale(0.8);
}

.bottom-text {
	margin-top: 330px;
}