Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

/*image aspect ratio square 1:1*/ .pa-image-1-1 .et_pb_image_wrap { padding-top: 100%; display: block; } .pa-image-1-1 .et_pb_image_wrap img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; }