@charset "UTF-8";
/** css for video type background image  **/

/** video background image test 08/04/26 **/
body#home #introshell .image .video {
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}

/* ---------------------------- MOBILE STYLES ------------------------- */
@media screen and (max-width: 795px) {
			#introshell.bgdark, #introshell.bgmedium, #introshell.bglight, #introshell.bgwhite {min-height: fit-content;}
}