/*!
Theme Name: MassArt
Theme URI: https://massart.edu
Author: Jake & Co.
Author URI: https://massart.edu
Description: Custom core theme built for MassArt by Moth Design and Jake & Co.
Version: 1.1.2
Tested up to: 6.4.2
Requires PHP: 7.4
Text Domain: massart
*/

.image-ratio {
  object-fit: cover;
  object-position: top center;
}

.image-ratio-1x1      { aspect-ratio: 1 / 1; }
.image-ratio-3x2      { aspect-ratio: 3 / 2; }
.image-ratio-2x3      { aspect-ratio: 2 / 3; }
.image-ratio-4x3      { aspect-ratio: 4 / 3; }
.image-ratio-3x4      { aspect-ratio: 3 / 4; }
.image-ratio-8x5     { aspect-ratio: 8 / 5; }
.image-ratio-16x9     { aspect-ratio: 16 / 9; }
.image-ratio-16x10    { aspect-ratio: 16 / 10; }
