body {
    width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.img-container{
    background-image: url(../image/image.jpg);
    height: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner-container{
    text-align: center;
    position: absolute;
    width: 100%;
    color: white;
    height:auto;
    margin-top: 200px;
}

.img2-container{
    background-image: url(../image/image2.jpg);
    height: 86;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


@media only screen and (max-width: 920px){
    .inner-container{
        margin-top: 100px;
    }
}

@media only screen and (max-width: 540px){
    .inner-container{
        margin-top: 150px;
    }
}






































































































