.fcp-cta-container {
    position: fixed;
    bottom: 10px;
    right: 50px;
    z-index: 1500;
    margin: 0;
    padding: 0;
}

.fcp-cta-image {
    width: 150px !important;
    height: 80px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.fcp-cta-image:hover {
    transform: scale(1.1);
}