/** Hero 360 Icon **/
.hero-360-icon {
  position: relative;
  top: -15%;
}

@media screen and (max-width: 768px) {
   .hero-360-icon {
      top: -3%;  
   }
  
   .hero-360-icon img {
   	 width: 60px;
     height: 60px;
   }
}