.Ratio {
  display: flex;
  width: 100%;
  position: relative;
}

.Ratio_inner {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}