/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-imageframe.has-aspect-ratio img {
  --awb-aspect-ratio: 100 / 100; /* Set the aspect ratio to 1:1 */
	aspect-ratio: var(--awb-aspect-ratio);
object-position: var(--awb-object-position);
object-fit: cover;
width: 100%;
}