/* Megaphone PHX — Home Section */

#home {
  padding: 3rem 3rem 0;
}

.intro-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drama {
  text-align: left;
  padding-bottom: 1rem;
}
