@charset 'utf-8';

/*
  Mobile size 480px
*/
@media (max-width: 30em) {
  .aspect-ratio-responsive {
    padding-bottom: calc(100% / 4 * 3)!important;
  }
}

/*
  Tablet size 768px
*/
@media (min-width: 30.001em) {

}

@media (max-width: 48em) {
  
}

@media (min-width: 30.001em) and (max-width: 48em) {
  .aspect-ratio-responsive {
    padding-bottom: calc(100% / 2 * 1)!important;
  }
}

/*
  Laptop size 1024px
*/
@media (min-width: 48.001em) {
  #Pages-home .home-divisions .content {
    opacity: 0;
    transition: all .4s cubic-bezier(.1, 1, 1, 1);
  }
  #Pages-home .home-divisions:hover .content {
    opacity: 1;
  }
}

@media (max-width: 64em) {

}

/*
  Desktop size 1440px
*/
@media (min-width: 64.001em) {

}
