        .hm-banner-prt#directory-page {
            background-image: url(/Content/images/coming-soon.png);
            padding-bottom: 80px;
            background-position: 0 0px;
        }
        @media (min-width: 1025px) and (max-width: 1280px) {

  .hm-banner-prt#directory-page {
            background-image: url(/Content/images/coming-soon.png);
            padding-bottom: 80px;
            background-position: 0;
        }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .hm-banner-prt#directory-page {
            background-image: url(/Content/images/coming-soon.png);
            padding-bottom: 80px;
            background-position: 0;
        }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

   .hm-banner-prt#directory-page {
            background-image: url(/Content/images/coming-soon.png);
            padding-bottom: 80px;
            background-position: 0;
        }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

   .hm-banner-prt#directory-page {
            background-image: url(/Content/images/coming-soon.png);
            padding-bottom: 80px;
            background-position: 0;
        }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

   .hm-banner-prt#directory-page {
            background-image: url(/Content/images/coming-soon.png);
            padding-bottom: 80px;
            background-position: 0;
        }

}

.hm-banner-prt .logo {
    padding-top: 0px;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 991px) {
    .hm-banner-prt {
        padding-bottom: 0px;
    }

    .mobile_show a.lg-btn.open-popup-link.sml-btn {
        padding: 5px;
    }

    .mobile-menu {
        display: block;
        position: inherit;
    }

    .desktop-menu {
        display: none;
    }
}