/* @media only screen and (min-device-width: 1200px) and (max-device-width: 2000px) and (orientation:portrait) {
    .home-button a{
        display: none;
    }
  } */
@media only screen and (max-width: 1200px) {
    .home-button a{
        display: block;
    }
    button.navbar-toggler.ms-auto {
        margin-left: 0px !important;
    }

    .navbar-light .navbar-toggler {
        color: #282a2b !important;
    }

    .slider-hastur {
        height: auto;
        padding: 20px;

    }

}