.image-gallery {
	overflow: hidden;
}
.multimedia_gallery {
	margin-top: 40px;
}
.pswp {
	text-align: center;
	color: #fff;
}
div.ccm-page .pswp img{
	max-width: 100%;
}
iframe.inpageFrame {
	display: block;
	margin: 50px auto 0px;
	max-width: 100%;
}
.thumbContainer {
	position: relative;
	top: -72px;
	background-color: #fff;
	height: 48px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	box-shadow: 0px 0px 3px #888;
}
.thumbContainer img.player  {
	width: 24px;
	height: 24px;
	margin-right: 18px;
	float: right;
}
.multimedia_gallery #btnImage , .multimedia_gallery  #btnVideo {
	padding: 0;
	border: none;
	background-color: transparent;
	max-width: 100%;
	text-align: left;
}
.thumbContainer span {
	color: #eb1d5b;
	font-weight: bold;
	font-size: 0.95em;
}
/*eliminare quesra regola una volta eliminato l'html dalla descrizione*/
.thumbContainer span p{
	display: inline;
}
/*responsive*/
@media (max-width: 479px) {
	.pic.col-xs-6 {
		width: 100%;
	}
}
