.transfers-route-map {
    height: 400px;
}

.scheme-container {
    width: 100%;
    position: relative;
    min-height: 400px;
}

.details.plans .btn {
    font-size: 18px!important;
}

/*@media only screen and (max-width: 991px) {
    .rotation-wrapper-outer {
      display: table;
    }
    .rotation-wrapper-inner {
      padding: 50% 0;
      height: 0;
    }
    .element-to-rotate {
      display: block;
      transform-origin: top left;*/
      /* Note: for a CLOCKWISE rotation, use the commented-out
         transform instead of this one. */
      /*transform: rotate(-90deg) translate(-100%);*/
       /*transform: rotate(90deg) translate(0, -100%); */
/*      transform: rotate(90deg) translate(0, -79%); 
      margin-top: -50%;*/

      /* Not vital, but possibly a good idea if the element you're rotating contains
         text and you want a single long vertical line of text and the pre-rotation
         width of your element is small enough that the text wraps: */
/*      white-space: nowrap;
    }
    .theme-search-results-item-mask-link{
        max-height: 100%!important;
    }
    .spec-hor-scrolling {
      overflow-x: scroll;
    }
}

@media (max-width: 992px){
    .nav-mob-inline {
      overflow-x: auto;
      white-space: nowrap;
      display: inline-block;
    }
}*/
    