@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .intro-image {
    width: 100%;
  }
}
