.row2_back {
background: #060412 url(../images/story/story_title.png) no-repeat center;
background-size: cover;
max-width: 100%;
height: 500px;
width: 100%;
}
.row3_back {
background: #060412 url(../images/story/story_01.png) no-repeat center;
background-size: cover;
max-width: 100%;
height: 1050px;
width: 100%;
}
.row4_back {
background: #060412 url(../images/story/story_02.png) no-repeat center;
background-size: cover;
max-width: 100%;
height: 1100px;
width: 100%;
}
.row5_back {
background: #060412 url(../images/story/story_03.png) no-repeat center;
background-size: cover;
max-width: 100%;
height: 650px;
width: 100%;
}
.banner {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
.header_line {
height: 180px !important;
}
.row2_back {
height: 450px;
}
.row3_back {
height: 800px;
}
.row4_back {
height: 900px;
}
.row5_back {
height: 500px;
}
}
@media only screen and (max-width: 1050px) {
.header_line {
height: 160px !important;
}
.row2_back {
height: 300px;
}
.row3_back {
height: 600px;
}
.row4_back {
height: 650px;
}
.row5_back {
height: 350px;
}
}
@media only screen and (max-width: 750px) {
.row2_back {
height: 300px;
}
.row3_back {
height: 550px;
}
.row4_back {
height: 500px;
}
.row5_back {
height: 280px;
}
}
@media only screen and (max-width: 550px) {
.header_line {
height: 120px !important;
}
.row2_back {
height: 200px;
}
.row3_back {
height: 400px;
}
.row4_back {
height: 400px;
}
.row5_back {
height: 200px;
}
.ft_wrap {
height: 100px;
}
}
@media only screen and (max-width: 450px) {
.header_line {
height: 120px !important;
}
.row2_back {
height: 150px;
}
.row3_back {
height: 300px;
}
.row4_back {
height: 300px;
}
.row5_back {
height: 170px;
}
.ft_wrap {
height: 100px;
}
}
