.ctaLeft { 
  font-family: Sans-Serif;
  position: absolute;
  top: 10px;
  left: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  color:#fff;
  background-color: #000;
  padding: 10px 30px;
  display: inline-block;
  width: auto;
  height: auto;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
}

.ctaLeft:hover {
    background-color: #E98FAC;
    color: #000;
    transition: 0.3s;
    border: 1px solid #000;
}

.cta2 { 
  font-family: Sans-Serif;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  color:#fff;
  background-color: #000;
  padding: 10px 10px;
  display: inline-block;
  width: 45%;
  height: auto;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
}

.cta2:hover {
    background-color: #E98FAC;
    color: #000;
    transition: 0.3s;
    border: 1px solid #000;
}

.activator.is-active {
    opacity: 1;
}