#daisy {
  color: white;
  position: relative;
}
#daisy img {
  object-fit: contain;
  width: 100%;
}
#daisy #content {
  text-align: center;
  position: absolute;
  right: 5%;
  top: 5%;
}
#daisy #content h1 {
  font-size: 144px;
}
#daisy #content h2 {
  font-size: 52px;
}
#daisy iframe {
  margin-top: 32px;
  display: inline-block;
  width: 1120px;
  height: 630px;
}
@media (max-width: 1720px) {
  #daisy #content h1 {
    font-size: 104px;
  }
  #daisy #content h2 {
    font-size: 46px;
  }
  #daisy iframe {
    width: 960px;
    height: 540px;
  }
}
@media (max-width: 1480px) {
  #daisy #content h1 {
    font-size: 82px;
  }
  #daisy #content h2 {
    font-size: 42px;
  }
  #daisy iframe {
    width: 800px;
    height: 450px;
  }
}
@media (max-width: 1260px) {
  #daisy #content h1 {
    font-size: 62px;
  }
  #daisy #content h2 {
    font-size: 36px;
  }
  #daisy iframe {
    width: 640px;
    height: 360px;
  }
}
@media (max-width: 1000px) {
  #daisy #content h1 {
    font-size: 32px;
  }
  #daisy #content h2 {
    font-size: 22px;
  }
  #daisy iframe {
    width: 560px;
    height: 315px;
  }
}
@media (max-width: 820px) {
  #daisy iframe {
    width: 480px;
    height: 270px;
  }
}
@media (max-width: 730px) {
  #daisy {
    background: url('../resources/images/daisy1.png');
  }
  #daisy img {
    display: none;
  }
  #daisy #content {
    width: 100%;
    position: static;
    text-shadow: 1px 1px 1px black;
    padding-bottom: 16px;
  }
  #daisy #content h1 {
    font-size: 32px;
    font-weight: 700;
  }
  #daisy #content h2 {
    font-size: 22px;
  }
  #daisy iframe {
    width: 100%;
    height: 320px;
  }
}
