.terminal-map .map-wrapper {
  position: relative;
  height: calc(100vh - 320px);
}

@media (min-width: 768px) {
  .terminal-map .map-wrapper {
    min-height: 1000px;
  }
}


.drawer-bottom.drawer-v2 {
  background-color: #e5eeff;
  text-align: center;
  padding: 50px 35px 40px;
  top: 0;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.drawer-bottom.drawer-v2 span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #a1a3a6;
  font-weight: bold;
  display: block;
  margin: 0 auto 30px;
}

.drawer-bottom.drawer-v2 .airlines {
  height: 448px;
  position: relative;
}

.drawer-bottom.drawer-v2 .airline {
  margin-bottom: 20px;
  text-align: center;
}

.drawer-bottom.drawer-v2 .airline:last-child {
  margin-bottom: 0;
}

.drawer-bottom.drawer-v2 .airline .btn-default {
  display: inline-block;
  margin: 0 8px;
}

.drawer-bottom.drawer-v2 .airline .airline-img {
  display: inline-block;
  margin: 8px;
  min-width: 200px;
  text-align: center;
}

.drawer-bottom.drawer-v2 .airline .airline-img img {
  width: auto;
  max-width: 200px;
  max-height: 50px;
}

.drawer-bottom.drawer-v2 .drawer-bottom-close {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-color: white;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #a1a3a6;
  font-weight: bold;
  display: block;
  text-align: center;
}

.map-tile-america {
  border: 5px solid rgb(170, 223, 249);
}

.map-tile-america .map-tile-header {
  background-color: rgb(170, 223, 249) !important;
}

.map-tile-europe .map-tile-header {
  background-color: rgb(184, 234, 228) !important;
}

.map-tile-europe {
  border: 5px solid rgb(184, 234, 228);
}

.map-tile-south .map-tile-header {
  background-color: rgb(244, 208, 150) !important;
}
.map-tile-south {
  border: 5px solid rgb(244, 208, 150);
}
