.tcl-picture__container {
  position: relative;
  width: 100%;
  height: 0;
}
@media (max-width: 767px) {
  .tcl-picture__container {
    padding-bottom: var(--picture-mobile-ratio) !important;
  }
}
.tcl-picture__container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}