﻿@media only screen and (min-width: 0px) and (max-width: 479px) {

  .rsp-checkin-cards {
    width: 378px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 995px) {

  .rsp-checkin-cards {
    width: 480px !important;
  }
}

@media only screen and (min-width: 995px) and (max-width: 1469px) {

  .rsp-checkin-cards {
    width: 1120px !important;
  }
}

@media only screen and (min-width: 1410px) and (max-width: 1859px) {

  .rsp-checkin-cards {
    width: 1190px !important;
  }
}

@media only screen and (min-width : 1860px) {

  .rsp-checkin-cards {
    width: 1580px !important;
  }
}