.ratio-box {
  overflow: hidden;
  position: relative;
}
.ratio-box:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 56.25%;
}
