.owl-carousel.home {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .owl-carousel.home {
      padding-top: 135px; } }
  .owl-carousel.home div {
    position: relative; }
    .owl-carousel.home div .text-overlay {
      position: absolute;
      z-index: 99;
      top: 0;
      height: 100%;
      width: 100%;
      text-align: left;
      background: rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 768px) {
        .owl-carousel.home div .text-overlay {
          background: rgba(0, 0, 0, 0.3); } }
      .owl-carousel.home div .text-overlay .text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5%; }
        @media screen and (max-width: 768px) {
          .owl-carousel.home div .text-overlay .text {
            left: 0;
            right: auto;
            bottom: 0;
            text-align: left;
            padding: 30px; }
            .owl-carousel.home div .text-overlay .text h1 {
              font-size: 26px !important;
              margin-bottom: 10px; }
            .owl-carousel.home div .text-overlay .text p {
              display: none; }
            .owl-carousel.home div .text-overlay .text .button {
              font-size: 18px !important; } }
        .owl-carousel.home div .text-overlay .text h1 {
          color: white;
          font-size: 42px; }
        .owl-carousel.home div .text-overlay .text p {
          font-size: 24px;
          color: white; }
        .owl-carousel.home div .text-overlay .text .button {
          font-size: 20px; }
