.aheto_video-btn---floreal .aheto-video-container a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aheto_video-btn---floreal .aheto-btn-video {
  color: var(--c-active);
  padding-top: 1px;
  padding-left: 4px;
  margin: 10px 15px;
}

@media screen and (min-width: 1025px) {
  .aheto_video-btn---floreal .aheto-btn-video {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.aheto_video-btn---floreal .aheto-btn-video:before {
  border-width: 6px;
}

.aheto_video-btn---floreal .aheto-btn-video__text {
  margin: 0 15px;
  display: inline-block;
}

.aheto_video-btn---floreal .aheto-btn--primary {
  color: var(--c-light);
}

.aheto_video-btn---floreal .aheto-btn--dark {
  background-color: var(--c-dark);
  color: var(--c-light);
}

.aheto_video-btn---floreal .aheto-btn--dark:before {
  border-color: var(--c-dark);
}

.aheto_video-btn---floreal .aheto-btn--light {
  background-color: var(--c-light);
  color: var(--c-active);
}

.aheto_video-btn---floreal .aheto-btn--light:before {
  border-color: var(--c-light);
}
