#shopify-section-1543528243805 {
  .slides > li{
    .banner-ribbon{
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: auto;
      max-width: 400px;
    }
  }
  .flex-control-nav.flex-control-paging{
    bottom: 7%;
  }
  .show-desktop {
    padding-bottom: 0px !important;
    height: 100vh;
  }

  .show-mobile {
    /* padding-bottom: 82.5%;

    @media only screen and (max-width: 480px) {
      padding-bottom: 350px;
    } */
    padding-bottom: 0px !important;
    height: 100vh;
    background-position-y: bottom !important;
  }

  .homepage_slider__flex-caption {
    text-shadow: none;

    @media only screen and (max-width: 600px) {
        top: 190px !important;

        &.with-image-text{
          top: 40% !important;
        }
    }
    
    .text-content{
      &.text-left{
        text-align: left;
      }

      .text-as-image-desktop{
        display: block;
        max-width: 85%;

        @media only screen and (max-width: 600px) {
          display: none;
        }
      }
      .text-as-image-mobile{
        display: none;
        max-width: 75%;

        @media only screen and (max-width: 600px) {
          display: block;
        }
      }
      .headline{
        padding-bottom: 0px;
        margin-bottom: 0px;
        
        span{
          display: block;
          &.line-1-small{
            font-weight: 300;
            font-size: 34px;
            line-height: 120%;
          }
          
          &.line-1,
          &.line-3{
            font-weight: 300;
            font-size: 47px;
            line-height: 120%;
          }

          &.line-2{
            font-size: 72px;
            font-weight: 400;
            line-height: 120%;
          }
        }
      }

      .subheading{
        font-size: 22px;
        margin-bottom: 20px;
      }

      .action_button{
        padding: 12px 40px !important;
        max-height: 44px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        text-shadow: none !important;
        
        &.btn-white{
          background-color: #fff !important;
          border: 1px solid #fff !important;
          color: #00ABC7 !important;

          &:hover{
            background-color: #00ABC7 !important;
            border: 1px solid #00ABC7 !important;
            color: #fff !important;
          }
        }

        &.btn-blue{
          background-color: #00ABC7 !important;
          border: 1px solid #00ABC7 !important;
          color: #fff !important;

          &:hover{
            background-color: #fff !important;
            border: 1px solid #fff !important;
            color: #00ABC7 !important;
          }
        }
      }

      

      @media only screen and (max-width: 959px) {
        .headline{
          span{
            &.line-1,
            &.line-3{
              font-size: 35px !important;
            }
  
            &.line-2{
              font-size: 60px !important;
            }
          }
        }

        .action_button{
          /* padding: 15px 40px !important;
          font-size: 18px; */
        }
      }

      @media only screen and (max-width: 768px) {
        .headline{
          span{
            &.line-1-small{
              font-size: 21px;
            }
            &.line-1,
            &.line-3{
              font-size: 25px !important;
            }
  
            &.line-2{
              font-size: 40px !important;
            }
          }
        }

        .action_button{
          margin-top: 15px;
        }
      }

      @media only screen and (max-width: 600px) {
        padding-top: 40px;
        .headline{
          span{
            &.line-1-small{
              font-size: 18px;
            }
            &.line-1,
            &.line-3{
              font-size: 16px !important;
            }
  
            &.line-2{
              font-size: 35px !important;
            }
          }
        }

        .action_button{
          font-size: 14px !important;
          margin-top: 15px;
          padding-left: 25px !important;
          padding-right: 25px !important;
          padding-top: 10px !important;
          padding-bottom: 10px !important;
          height: 30px;
          min-height: 38px;
        }
      }
    }

    
  }

  .disclaimer{
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 20px 20px 50px 20px;
    font-size: 24px;
    color: white;
    line-height: 1;

  }
}