@charset "UTF-8";
/* CSS Document */

/* School Reports */
.SchoolReports {
	background: url(../../module/reports/img/BgrReports.svg) no-repeat center center #ebc300;
	background-size: cover;
	color: #FFF;
}


.SchoolReports .WrapperReports img {
	display: inline-block;
	height: 300px;
	margin: 0px 10px 0 10px;
}

.SchoolReports .WrapperReports .Arrow {
	display: inline-block;
	width:40px;
	height: 300px;
	background: url(../../module/reports/img/ArrowReport.png) no-repeat center center;
}


@media (max-width: 768px) 
{
	.SchoolReports .WrapperReports .Arrow {
		display: block;
		width:auto; 
		height: 60px; 
		background: url(../../module/reports/img/ArrowReportBottom.png) no-repeat center center;
		}
}

