#shopify-section-1543528243805 {
  .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: 450px;
    }
  }

  .homepage_slider__flex-caption {
    text-shadow: none;
    
    .text-content{
      &.text-left{
        text-align: left;
      }
      .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: 53px !important;
            }
  
            &.line-2{
              font-size: 80px !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: 30px !important;
            }
  
            &.line-2{
              font-size: 45px !important;
            }
          }
        }

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