.mxd-article__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  -moz-border-radius: var(--_radius-l);
  border-radius: var(--_radius-l);
  overflow: hidden;
  margin-bottom: 5.4rem;
}

.mxd-article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .mxd-article__thumb {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .mxd-article__thumb {
    height: auto;
    margin-bottom: 8.3rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mxd-article__thumb {
    height: auto;
    margin-bottom: 8rem;
  }
}