.CustomPage {
  display: none !important;
}

.ai-skin-banner-container {
  width: 100%;
  position: relative;
  line-height: 0;
}

.ai-skin-banner-container img {
  width: 100%;
}

.ai-skin-banner-wrapper {
  position: relative;
}

.ai-skin-banner-cta-button {
  position: absolute;
  /* top: 41.38vw; */
  /* right: 71vw; */
  top: 38vw;
  right: 71vw;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #FFFFFF;
}

.ai-skin-banner-cta-button img {
  width: 22vw !important;
  /* width: 32.3vw !important; */
  height: auto;
}

.ai-skin-banner-cta-button:hover {
  /* background-color: #313134; */
  outline: 1px solid #313134;
}

@media screen and (max-width: 768px) {
  .ai-skin-banner-cta-button {
    position: absolute;
    /* top: 159vw; */
    /* right: 15.88vw; */
    top: 140.88vw;
    right: 15.88vw;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FFFFFF;
  }

  .ai-skin-banner-cta-button img {
    width: 68.35vw !important;
  }

  .ai-skin-banner-cta-button:hover {
  /* background-color: #FFFFFF; */
  outline: 1px solid #313134;
  
}

}