<div class="page-one">
<div class="page-one-bg"><%= image_tag "bg.jpg", alt: "background" %></div>
</div>
.page-one {
height: 750px;
}
.page-one-bg {
height: 800px;
width: 100%;
position: absolute;
background-position: center center;
background-size: cover;
}