/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2021 | 10:08:08 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#circle_v2 .sq_year {
    top: 31px !important;
    left: 59px !important;
}

#circle_v2 a.sq_center.f14 {
    top: 71px !important;
    left: 22px !important;
}

@media (max-width: 768px)
{
  #circle_v2 {
    transform: scale(0.9);
  }
  #slider-1-slide-1-layer-3 {
/*    left: -5px;*/
/*    top: -2px; */
  }
}

@media (max-width: 480px)
{
  #circle_v2 {
    transform: scale(0.5);
  }
}

@media (max-width: 375px)
{
  #circle_v2 {
    transform: scale(0.4);
  }
  #slider-1-slide-1-layer-3 {
    left: -9px;
  }
}

@media (max-width: 325px)
{
  #circle_v2 {
    transform: scale(0.3);
  }
  #slider-1-slide-1-layer-3 {
    left: -18px;
    top: -8px;
  }
}