.A-Spot-Main {
    width: 100%;
    position: relative;
    overflow: hidden;
  }


@media (min-width: 769px) {
  .A-Spot-Main a {
    color: #ffffff;
  }
  .A-Spot-Main .btn-Aspot{
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,.5);
  }
}
  
  .animation-super-restorative > .content-asset {
    width: 100%;
    height: 100%;
  }
  
  @media (min-width: 1024px) {
    .A-Spot-Main {
      height: 480px;
    }
  
    .animation-super-restorative {
      width: 100%;
      height: 480px;
      left: calc(50% - 800px);
    }
  
    .A-Spot-Main .blocktext {
      height: 300px;
      /* background-color: rgba(255, 255, 255, 0.8); */
      top: calc(50% - 150px);
      position: absolute;
      color: #ffffff;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    .A-Spot-Main .btn-Aspot {
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,.5);
      }
  }
  
  @media (max-width: 1023px) {
    .animation-super-restorative {
      width: 100%;
      height: 480px;
    }
  }