/*
    - Name: "image.scss"
    - Description: "Add custom styles to image component"
*/
.img-style-16-9 {
  aspect-ratio: 16/9;
}

.img-style-3-4 {
  aspect-ratio: 3/4;
}