/*  Start PW Specific Styles (Position 10) */

/* For gallery grid use .img_listgrid in components.css, rebox.css and rbox.js  */
.img_listgrid li {
position: relative;
}

.img_listgrid .desc {
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.75);
padding: 20px;
margin: 0;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.img_listgrid .desc {
color: var(--almostwhite);
font-size: var(--txt_very_small);
}

.img_listgrid .desc:hover {
background: var(--red);
}

/* PW Embeded Video */
.TextformatterVideoEmbed {
margin: 0 0 1rem;
}

/* Repeaters */
.repeater_img_caption {
color: var(--dark_grey);
margin: 0 0 20px;
font-size: var(--txt_small);
}


.nav .summary{color: var(--dark_grey);}

/*  End PW Specific Styles */
