
#flyThroughThumb {
  min-height: 787px;
  margin-top: 40px;
  margin-bottom: 100px;
  background: url('/img/fly_through_thumb.jpg') center / cover no-repeat;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
}

#flyThroughThumb > span:nth-child(1) {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin-left: 80px;
}

#flyThroughThumb > span:nth-child(2) {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 80px;
  margin-left: 80px;
}

#flyThroughVideo {
  display: none;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  min-height: 787px;
}

@media (max-width: 960px) {
  #flyThroughThumb > span:nth-child(1) {
    margin-left: 25px !important;
  }

  #flyThroughThumb > span:nth-child(2) {
    margin-left: 25px !important;
    margin-bottom: 220px !important;
  }
}

