@charset "utf-8";
body, html {margin: 0;
padding:0;
background: #000;
}
.fotorama__arr--next{
	  right:30px;}
.fotorama__arr--prev{
		  left:30px;}

.fotorama__caption {
	/* 1. Always visible. */
	opacity: 1 !important;
	/* 2. Semi-transparent black. */
	color: #fff;
	/*background-color: rgb(0, 0, 0);*/
	background-color: rgba(0, 0, 0, .4	);
	text-align: center;
	line-height: 1em;
	font-size: 1.1em;
	letter-spacing: 0.2vw;
	padding: 0.5vmax 0.5vmax;
	margin-bottom: 20 vh;
}
.fotorama__caption__wrap {
    background: none;
}

.close{
	background-image: url("http://www.ilciaccio.it/img/fotorama.png");
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
	background-image: url(http://www.ilciaccio.it/img/fotorama.png);
	background-position: -63px 0;
}

@media only screen and (orientation: landscape)
{
	
.fotorama__caption {
	margin-bottom: 6vh;
}
	
	}
	
@media only screen and (min-width: 768) {

.fotorama__caption {
	margin-bottom: 6vh;
}

}