@charset "UTF-8";

.ee_frame {
	width: 100%;
	height: 550px;
	border: 4px solid #304153!important;
}

.ee_frame.insar {border: none!important; height: 600px;}


@media (max-width: 768px) {
	.ee_frame {	
		height: 400px;
	}
	
}

@media (max-width: 600px) {
	.ee_frame.insar {	
		height: 400px;
	}
	
}
	