#cpn-left-arrow,
#cpn-right-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: black;
    cursor: pointer;
    z-index: 9999;
    transition: color 0.3s ease;
    user-select: none;
}

#cpn-left-arrow {
    left: 1px;
}

#cpn-right-arrow {
    right: 1px;
}
