@media only screen and (max-width: 1000px) {

    .front-page .main-banner-image {
        top: 80px !important;
        margin-bottom: -10px !important;
    }

	.front-page .shadow-banner-line-down {
		display:none;
	}

    .common-page .main-banner-image {
		margin-bottom: -80px !important;
	}
	 
	.snapshot-child .shadow-banner-line-up{
		margin-top: 0 !important;
	}
}


@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	main{
		margin-top:40px !important;
	}
}

