iframe {
  height: 400px;
}

@media screen and (max-width: 400px) {
  iframe {
    height: 200px;
  }
}

@media screen and (min-width: 401px) {
  iframe {
    height: 280px;
  }
}

.tag {
  color: #fff;
  padding: 3px 10px;
  font-size: 0.7rem;
  background-color: #cbba7e;
  border-radius: 50px;
  z-index: 100;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

button.btn {
  background-color: #DD2025 !important;
  padding: 5px 10px;
  font-size: 0.8rem;
}

h2 {
  font-size: 1.5rem;
}
