.a-lottie {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	cursor: pointer;

	svg {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
	}
}
