/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
  .modal-container {
      width: 100% !important;
      padding: 0px !important;
  }
  .modal-wrapper {
    padding: 5px;
  }
  .modal-body {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    /*max-width: 300px;*/
    /*max-height: 400px;*/
  }
  #betlist tbody {
    font-size: smaller;
  }
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  .modal-container {
      width: 100% !important;
      padding: 0px !important;
  }
  .modal-wrapper {
    padding: 5px;
  }
  .modal-body {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    /*max-width: 320px;*/
    /*max-height: 400px;*/
  }
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  .modal-container {
      width: 100% !important;
      padding: 0px !important;
  }
  .modal-wrapper {
    padding: 5px;
  }
  .modal-body {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    /*max-width: 360px;*/
    /*max-height: 400px;*/
  }
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
}