@charset "UTF-8";
/* CSS Document */

img{
width: 80%;
	max-width: 100%;
	height: auto;
}	

@media screen and (max-width: 960px) {
body{
    overflow: hidden !important;
    width: 100%;
}
	img {
    width: 170%;
    max-width: inherit;
    height: auto;
    margin: 0 auto;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
	}
	}