
@media only screen and (max-device-width: 999px){


#school_main_img{
	width: 100vw;
}



.schoolTitles{
	position: relative;
	clear: both;
	margin-top: 5vw;
	color: #009460;
	margin-left: 10vw;
	margin-bottom: 5vw;
}

.school_mainData_class{
	position: relative;
	margin-left: 10vw;
	width: 80vw;
}

iframe{
	width: 80vw !important;
	height: 45.6vw !important;
}

.school_images{
	width: 100%;
}

.school_text{
	color: grey;
}


.school_links{
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}

a{
	cursor: pointer;
	font-style: italic;
}

a:hover{
	text-decoration: underline;
	color: black;
}

.accreditations_images_class{
	position: relative;
	float: left;
	width: 36vw;
	height: 18vw;
	margin-left: 3vw;
	margin-top: 3vw;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#schools_accreditationsAffiliations_data{
	position: relative;
	margin-top: 3vw;
}


}