@media (max-width: 761px) {
  .aspot-video-fullscreen {
    padding-top: calc( 100% + 56px );
     margin-bottom: 0;
  }

.aspot-video-fullscreen iframe, 
.aspot-video-fullscreen video {
    height: auto;
}

  .custom-video-link {
    margin: 0;
    text-align: left;
  }

}

.custom-video-statique {
  z-index: 4;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 11px;
  line-height: 14px;
  font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  position:  absolute;
  top:70%;
  left: 50%;
  transform: translateX(-50%);
  }


.custom-video-statique:hover {
  text-decoration: none !important;
}

