.jvelletti-eyecatcher {
    position: fixed;
    width: 400px;
    max-width: 80%;
    height: auto;
    top:0;
    right: -20px;
    z-index: 99999;
    border: #0a5486;
    padding: 0 1rem;
    margin: 1rem;
    background-color: rgba(250,250,250,0.98);
    -webkit-box-shadow: 7px 4px 17px -3px rgba(10,84,134,1);
    -moz-box-shadow: 7px 4px 17px -3px rgba(10,84,134,1);
    box-shadow: 7px 4px 17px -3px rgba(10,84,134,1);
    transform: translateX(120%);
    transition: transform 0.5s ease-in-out;
}
.jvelletti-eyecatcher-img IMG {
    width: calc(100% + 2rem);
    height: auto;
    margin-left: -1rem;
}
.jvelletti-eyecatcher.slide-in {
    transform: translateX(-20%);
}