section[data-module="az-image-sphere"] {
	position: relative;
	margin: auto;
}




section[data-module="az-image-sphere"] .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 30px;
}

section[data-module="az-image-sphere"] .border-radius {
	background: #2EB5DD;
	background: linear-gradient(90deg, rgba(46, 181, 221, 1) 0%, rgba(0, 103, 169, 1) 100%);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
}





@media only screen and (max-width: 1500px) and (min-width: 1200px) {

 #module-az-image-sphere, #module-az-image-sphere .img-bg, #module-az-image-sphere .border-radius {
	width: 460px !important;
	height: 410px !important;
	left: 20px;
}

}

@media (min-width: 768px) and (max-width: 980px) {

    #module-az-image-sphere, #module-az-image-sphere .img-bg, #module-az-image-sphere .border-radius {
	width: 400px !important;
	height: 400px !important;
    }   

}
@media (max-width: 480px) {
 
}

