body,html{
    background-image: url(../img/result3/bg.jpg);
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
}
.vi-sand {
  width:85%;
  position: fixed;
  z-index: 4;
  left:-5%;
  top: -3%;
  transform:rotate(-3deg);
}
.bg-sea{
    position: relative;
    z-index: 0;
    margin-top: -10%;
}
.box-boat{
    position: relative;
    z-index: 1;
    width: 30%;
    margin-left: auto;
    margin-right: 5%;
}
.site-main.main-result3{
    margin-top: -20%;
}
.site-footer {
    padding-bottom: 30px;
    background-image: url(../img/result3/stone.png);
    background-repeat:no-repeat ;
    background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .vi-sand {
    width: 70%;
    left:-5%;
    top: -18%;
    transform:rotate(-10deg);
  }
}