
img {
    width: 100%;
}


.logo {
    position: absolute;
    right: 47px;
    bottom: 15px;
    width: 140px;
}   

.logo img {
    border-radius: 8px 8px 8px 8px;
}   


.cta {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 21%;
    width: 105px;
    opacity: 0;
    transition: .5s;
}

.cta img {
    border-radius: 5px 5px 5px 5px;
}  


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