body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
.main_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 55px);
}