.img-batico {
  position: relative;
  padding-bottom: var(--hauteur);
}
@media screen and (max-width: 767px) {
  .img-batico {
    padding-bottom: 0;
  }
}
.img-batico[data-side=right] img {
  left: 0;
}
.img-batico[data-side=left] img {
  right: 0;
}
.img-batico img {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  max-width: unset !important;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .img-batico img {
    position: relative;
    aspect-ratio: 16/9;
    width: 100% !important;
  }
}
