/*--Gallery--*/
.gallery-box .event-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;

}
.gallery-box .pics-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--theme-color);
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:767px) {
#gallerySlider .event-box {
    margin: 15px;
    width: auto !important;
}
#gallerySlider .event-box:first-child {
    margin-bottom: none;
}
}
/*--Gallery--*/
