16x9 Image Mixin
@mixin imagesize($width) { $height : ( $width / 16 ) * 9 + px; height: $height; width: $width + px; }