/* Add here all your CSS customizations */
.thumb-info{
	background-color:transparent !important;
	border:1px solid #ddd;
	border-radius:5px;
}
.isotope-item{
	background-color:#ffffff;
	/*width:31% !important;
	margin:1%;*/
}
.section-gallery:last-child{
	margin-bottom:0 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper-media{
	height:200px;
	text-align:center;
}
.wrapper-media img{height:100%;width:auto;}
/*.isotope-item{
	width: 320px;
	height: 200px;
	overflow: hidden;
	text-align:center;
}
.isotope-item img{height:100%;}
.isotope-item iframe{height:100%;}*/