@mixin embed-container($height, $width) {
  padding-bottom: percentage(divide($height, $width));
}
