* {
	margin: 0;
}

html,
body,
.background {
	height: 100%;
}

.background {
	width: 100%;
	background-image: url(../image/info.jpg);
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 420px) {
    .background {
        background: url(../image/mobile_view.jpg) top/100% 100%;
    }
}

@media only screen and (max-width: 375px) and (min-height: 812px) {
    .background {
        ackground: url(../image/mobile_view.jpg) top/100% 100%;
    }
}