.feelTheReel {
  width: 100%;
  padding: 0 1.5rem;
}

.feelTheReel h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}

.feelTheReel p {
  text-align: center;
  font-size: 25px;
  margin: 2rem 0;
}

.video {
  position: relative;
}

.video-added {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: var(--dark);
}

.video img:last-child {
  position: absolute;
}

.video img:first-child {
  width: 100%;
  border-radius: 2rem;
}

/* ********** Responsive ************* */
@media screen and (max-width: 640px) {
  .feelTheReel {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=FeelTheReel.css.map */