@media only screen and (max-width: 767px) {
  .flex-sm-col {
    flex-direction: column;
  }
  .dropdown .dropdown-btn {
    background: #ffffff;
    padding: 1vw 1vw;
    outline: none;
    width: 10vw;
    border: 1px solid #ddd;
    border-radius: 1vw;
    color: #262626;
    font-size: 4vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .seats-div {
    scale: 1.1;
  }
  .ahafo-scale {
    scale: 0.8;
    margin-top: -8vw !important;
    margin-left: 2vw !important;
  }
  .ashanti-scale {
    scale: 1;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .accra-scale {
    scale: 1;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .oti-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .savannah-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .upper-east-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .upper-west-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .volta-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .western-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .western-north-scale {
    scale: 0.7;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .northern-scale {
    scale: 0.6;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .north-east-scale {
    scale: 1;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .eastern-scale {
    scale: 1;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .central-scale {
    scale: 1;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .bono-scale {
    scale: 0.65;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .bonoeast-scale {
    scale: 1;
    margin-top: -22vw !important;
    width: 35vw;
    height: 73vw;
  }
  .dropdown-content-cover {
    width: 10vw;
    max-height: 80vw !important;
    overflow: auto;
    position: absolute;
    display: flex;
    border-radius: 1vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1),
      0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 60 !important;
  }
  .dropdown .dropdown-content .dropdown-item {
    width: 100% !important;
    text-wrap: nowrap !important;
    padding: 1vw !important;
    font-size: 4vw !important;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .custom-dropdown-class2 {
    width: 35vw !important;
    /* padding: 2vw; */
  }
  .custom-dropdown-class3 {
    width: 43vw !important;
    /* padding: 2vw; */
  }
  .custom-dropdown-class,
  .custom-dropdown-class1 {
    width: 100% !important;
  }
}
