#cboxLoadedContent {
    background: white;
    padding: 0px;
}
#cboxOverlay {
    background-color: black;
}
#cboxClose {
    background-color: transparent !important;
}
#cboxClose::before {
    left: 2px;
    font-size: 12px;
    color: white;
    background: black;
    line-height: 1;
    padding: 10px;
    top: -17px;
    border-radius: 50px;
}
#cboxPrevious::before, #cboxNext::before {
    font-size: 24px;
    color: white;
}
#cboxPrevious::before {
    content: '\e90f';
}
#cboxNext::before {
    content: '\e910';
}
#cboxContent {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
}
.colorbox-html-content {
    background: white;
}

