.Home.Entry .mobile-banner {
  display: none;
  background-image: url("/Content/images/homepageGraphics/MobileBanner.jpg"); }
  .Home.Entry .mobile-banner img {
    max-width: 100%; }

@media screen and (max-width: 640px) {
  .Home.Entry .main__tagline {
    display: none; }
    .Home.Entry .main__tagline.mobile-banner {
      display: block; } }

.mobile-service {
  display: none; }

.right-arrow {
  display: none; }

@media screen and (max-width: 640px) {
  .mobile-service {
    display: block; }
  .Home .main {
    margin-top: 0px; }
  #brandingPanel {
    display: none; }
  .HomeCat__section {
    background: #000;
    height: auto;
    min-height: 0; }
    .HomeCat__section .panelVidImg {
      display: none; }
    .HomeCat__section .gif-bu {
      display: none; }
    .HomeCat__section span {
      z-index: 2; }
    .HomeCat__section .panelTransOverlay {
      display: none; }
    .HomeCat__section .HomeCat__heading {
      padding: 20px 0;
      position: relative; }
    .HomeCat__section .HomeCat__pos {
      height: auto;
      position: relative; }
    .HomeCat__section:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 0%;
      background-color: #faa41b;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .HomeCat__section:hover {
      color: #000; }
      .HomeCat__section:hover .HomeCat__icon {
        opacity: 1; }
      .HomeCat__section:hover:before {
        width: 100%; }
      .HomeCat__section:hover .right-arrow {
        fill: #000; }
  .HomeCat__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 40px; }
  .right-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 12px;
    width: 7px;
    fill: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; } }

@media screen and (max-width: 640px) {
  #rightWayDiv {
    display: none; }
  .homePanel__Contain {
    display: none; }
  .testimonial__Contain {
    clear: both; } }
