/* Add here all your CSS customizations */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#video-fsg {
		display:none;

}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#video-fsg {
		display:none;

}

}
	
@media only screen and (min-width: 0px) and (max-width: 479px) {
	
	#video-fsg {
		display:none;

}

}