/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.axcelersblocks-image {
	img {
		width: 100%;
		height: 100%;
	}

	.axcelersblocks-image__svg {
		display: block;
		line-height: 0;

		svg {
			display: block;
			width: 100%;
			height: 100%;
		}
	}
}
