@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
}

/* Fine-tune captions: */
.fotorama__caption {
	text-align: center;
	opacity: 1 !important;
	/* 2. Semi-transparent black. */
	color: #fff;
	background-color: rgb(0, 0, 0);
	background-color: rgba(255,255,255,0.75);
}

.fotorama__caption__wrap {
    background: none;
}

.fotorama__caption__wrap h7 {
    font-weight: bold;
    font-size: 120%;
}

.fotorama__caption__wrap p {
    margin: 0 0 .25em;
}