@media (min-aspect-ratio: 4032/3024) {
  .bg-image{
    width: 100%;
  }

  img {
    width: 100%;
  }

  .hoverableImg{
    width: 10%;
    top: 20%; left: 30%;
  }
}

@media (max-aspect-ratio: 4032/3024) {
  .bg-image{
    height: 100vh;
  }

  img {
    height: 100%;
  }

  .hoverableImg{
    height: 10%;
    top: 20%; right: 70%;

  }
}

h2{
  margin-bottom: 0px;
}