@media all {
    .featherlight-next,
    .featherlight-previous {
        background-color: #fff;
        opacity: 0.75;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-25%);
        z-index: 100;
        display: block;
        margin-top: -10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        text-align: center;
        padding-top: 14px;
    }

    .featherlight-previous {
        left: 25px;
        right: 80%;
    }

    .featherlight-next {
        right: 25px;
    }

    .featherlight-next span,
    .featherlight-previous span {
        font-family: 'Arial';
        font-size: 20px;
        line-height: 1;
        opacity: 0.75;
        text-shadow: unset;
        color: #3c3c3c;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous,
    .featherlight-loading .featherlight-next {
        display: none;
    }
}
