.legend {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    background-color: #e0e0e0;
    padding: 2px 5px 2px 2px;
    border-bottom: 1px solid #333;
}

.tag {
    padding: 2px;
    font-size: 10px;
    font-family: Arial;
    color: #333;
    background-color: #f9f9f9;
    border-bottom: 1px solid #333;
}

/* Slideshow 1 CSS */
.dnpslideshow1 img {
    max-width: 100%;
    width: 100%;
}

.dnpslideshow1_txt {
    background: #000;
    padding: 1% 4%;
}

.dnpslideshow1 h3,.dnpslideshow1 p {
    color: #fff;
}

/* Slideshow 1 Responsive CSS */
@media(max-width:768px) {
.dnpslideshow1 p {
    color: #fff;
    width: 100%;
}
}

