﻿@media (max-width:768px) {
    .home_splash_screen {
        height: 90%;
        width:95%;
        margin-left:2%;
    }
}

@media (min-width:992px) {
    .home_splash_screen {
        height: 90%;
        width:40%;
        /*margin:80px auto;*/
    }
}

@media (min-width:1200px) {
    .home_splash_screen {
        height: 90%;
        width:40%;
        /*margin:80px auto;*/
    }
}

@media screen\0 {  /* IE hack*/
	.home_splash_screen {
	    width:90% !important;
	}
}

.home_splash_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}