
.small-scale-icon::before {
	background-size: contain;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
	background-image: url(/content/dam/diabetes-patient/ozempic/images/25_01/what-is-ozempic/small-scale-icon.png);
    width: 68px;
    height: 68px;
    top: 10px;
    left: -34px;
}

@media screen and (min-width: 768px) {
	.small-scale-icon::before {
		width: 44px;
		height: 44px;
		top: 7px;
	    left: -22px;
	}
}

@media screen and (min-width: 1024px) {
	.small-scale-icon::before {
        width: 60px;
        height: 60px;
        top:10px;
		left: -30px;
	}
}