/* ----------- Non-Retina Screens ----------- */

@media only screen and (min-device-width: 1600px) { 
  .scrollx .card {
    width: auto;
    height: 100% !important;
    min-width: 25vw;
    max-width: 50vw;
    max-height: 65vh;
  }

  /* panel vertical scroll */
  .scrollx-socio .card,
  .scroll_advantage .card,
  .scrollx-about-team .card,
  .scrollx-healthcare .card {
    max-height: 90vh;
  }


  .scrollx-about-team .card,
  .scrollx-socio .card {
    width: 25vw;
  }

  .scrollx-about-team .scrollx-image,
  .scrollx-socio .scrollx-image {
    max-height: 40vh;
  }

  .scrollx-healthcare .card,
  .scroll_advantage .card {
    width: 40vw;
  }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) { 

}
