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