div.container-visual-xl {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  margin-bottom: 40px;
}

div.visuel-xl-image {
  text-align:center;
  position: relative;
}

div.visuel-xl-image .field--type-image {
  float: none;
  margin: 0;
}

div.visuel-xl-image .field--type-image .field__item {
  max-height: 774px;
  overflow: hidden;
}

div.container-visual-xl div.visuel-xl-image img.image-style-image-xl {
  border: none;
  width: 100%; 
  max-width: 100%;
  height: auto;
}

.visuel-xl-image iframe,
div.container-visual-xl div.visuel-xl-image .youtube-cover img {
  border: none;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 774px;
}

div.container-visual-xl span.legend {
  font-family: NunitoSans, serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.55;
  letter-spacing: normal;
  color: #ffffff;
}

div.container-visual-xl {
  display: block;
  background: #0F161D;
}

.container-visual-xl .media-video {
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {

  .visuel-xl-image iframe,
  .div.container-visual-xl div.visuel-xl-image .youtube-cover img {
    height: 186px !important;
  }

  div.visuel-xl-image .field--type-image .field__item{
    max-height: 330px !important;
  }

  .visuel-xl-image .video-youtube .youtube-logo img {
    top: 39%;
    width: 80px !important;
    height: 80px !important;
  }
}
