/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.section-booths.list .switch-tabs ul li {
  width: auto; }
  @media (min-width: 993px) {
    .section-booths.list .switch-tabs ul li {
      width: 180px; } }
.section-booths.list .card-item .card-img {
  width: 100%;
  width: 300px;
  height: 250px;
  overflow: hidden;
  background: #eee;
  margin: auto; }
.section-booths.list .card-booth-group {
  height: 80px; }

.section-booths.page {
  padding: 6% 0; }
  .section-booths.page .card-booth-group {
    padding-left: 0; }
    .section-booths.page .card-booth-group .card-booth {
      line-height: 1;
      margin: 10px 0;
      word-break: break-word; }

/*# sourceMappingURL=boothsEn.css.map */
