@media (max-width: 600px) {
  .main-title-x {
    font-size: 45px !important;
  }
  #rex-mid-container {
    width: 100%;
    display: inline;
    padding: 0;
    margin: 0 !important;
  }
  #rex-navbar-brand img {
    width: 50px !important;
    margin-top: 13px;
  }
  #track-controls {
    margin: 0 auto !important;
    margin-left: -25px !important;
  }
  #track-controls li {
    display: inline-block;
    margin: 0 !important;
  }
  .up-part {
    height: 50% !important;
  }
  .down-part:nth-child(1) {
    height: 25% !important;
  }
  .down-part:nth-child(2) {
    height: 25% !important;
  }
  .menu-drop-link .menu-drop {
    display: none !important;
    position: relative !important;
    margin-left: -25px;
    margin-top: -10px;
    animation: 0.5s dropdown ease;
    transition: 0.5s;
  }
  .menu-drop-link .menu-drop ul a {
    display: block !important;
    width: 250px;
    height: 60px;
    background-color: #fff;
    color: #222;
    text-align: center;
    padding-top: 17px;
  }
  .see-all #v-slider {
    height: 226px !important;
  }
  .see-single #v-slider {
    height: 226px !important;
  }
  .modal-up-box .closing-x {
    margin: 0 auto;
  }
  .modal-body .red-bar {
    width: 5px;
    height: 140px;
    margin-top: -70px;
    margin-right: 15px;
  }
  .modal-body .red-bar .red-bar-progress {
    width: 100%;
    height: 100%;
    background-color: var(--brand);
    animation: grow 2.7s both;
  }
  .modal-body .modal-text {
    font-size: 40px;
    color: #fff;
    line-height: 35px;
    margin-top: -20px;
  }
  .visit-btn {
    margin-top: 10px;
    float: left;
  }
}
@media (max-width: 985px) {
  .see-all iframe {
    max-height: 200px;
  }
  .see-single iframe {
    max-height: 400px;
  }
  .see-all #v-slider {
    height: 230px !important;
  }
  .see-single #v-slider {
    height: 500px !important;
  }
}/*# sourceMappingURL=rexponsive.css.map */