  /* Clickable hover effect */

  .home-sale-box>.under-content>.wholelink:hover {
    background: #e0e0e0;
  }

  .home_main_background {
    position: relative;
    /* overflow: hidden; */
  }

  .WJMouse {
    background: url(/modules/wj-banner/images/plane-webjet.png);
    position: absolute;
    opacity: 0.80;
    right: 0px;
    bottom: -15px;
    height: 338px;
    width: 825px;
    background-repeat: no-repeat;
    display: none;
  }

  @media screen and (min-width: 768px) {
    .logobg.home-sale-box {
      min-height: 0px;
      padding: 0px;
      text-align: left;
      background: none;
      bottom: 15px !important;
    }
    .logobg.home-sale-box span.heading {
      margin: 0px;
      font-weight: bold;
      font-size: 32px;
    }
    .logobg.home-sale-box p {
      width: 83%;
      font-size: 14px;
      margin: 0px;
    }
    .logobg .button-more-home {
      text-align: center;
      width: 38px;
      padding-top: 10px;
      height: 36px;
      position: absolute;
      bottom: 10px;
      right: 19px;
    }
    .logobg .button-more-home span {
      font-size: 24px;
    }
  }

  @media screen and (min-width: 1440px) {
    .WJMouse {
      background-position: 0px 48px;
    }
  }

  @media screen and (max-width: 767px) {
    .WJMouse {
      display: none;
    }
  }