.player:hover:before {
  content: '';
  background: url('../images/play_button_big.png') no-repeat center center / 58px 58px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.loading-div {
    background: rgba(0, 0, 0, 1) url('../../../img/loading-gray.svg') no-repeat center center / 128px 128px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.modal-form .main-button {
    font-size: 18px;
}

.cta2 .orange {
    font-size: 0.8em;
}

.cta1 div .yellow {
    font-size: 39px;
}
