@media (min-width:992px) {
  .intro .intro-img {
    width: 50%;
    float: right;
  }
}

body {
  font-family: lora;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/seaside.jpg');
}

