.error-msg {
    margin-top: 5px;
    font-size: 12px;
    color: #ff0000;
}

.lightbox .lb-image {
    border: none !important;
}

.lb-nav a.lb-next {
    background: url(/assets/images/content/icons/arrow-right.svg) calc(100% - 20px) 48% no-repeat !important;
}

.lb-nav a.lb-prev {

    background: url(/assets/images/content/icons/arrow-left.svg) 20px 48% no-repeat !important;
}
