
@media only screen and (min-device-width: 1000px){


#school_main_img{
	width: 100vw;
}



.schoolTitles{
	position: relative;
	clear: both;
	margin-top: 3vw;
	color: #79c142;
	margin-left: 25vw;
}

.school_mainData_class{
	position: relative;
	margin-left: 25vw;
	width: 50vw;
}

iframe{
	width: 50vw !important;
	height: 28.5vw !important;
}

.school_images{
	width: 100%;
}

.school_text{
	color: grey;
}

.school_links{
	font-style: italic;
	cursor: pointer;
}
.school_links:hover{
	text-decoration: underline;
}

a{
	cursor: pointer;
	font-style: italic;
}

a:hover{
	text-decoration: underline;
	color: black;
}

.accreditations_images_class{
	position: relative;
	float: left;
	width: 15vw;
	height: 7.5vw;
	margin-left: 1vw;
	margin-top: 1vw;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#schools_accreditationsAffiliations_data{
	position: relative;
	margin-top: 3vw;
}


}