/*
/*  THUMBNAIL
/* ========================================== */

img, picture, figure{
	clear: both;
}

.img-bg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.img-rounded{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.img-brand{
	width: 150px;
	height: auto;
}

.img-slider{
	height: auto;
	max-height: 380px;
}
.evnt-img{
	background-size: cover !important;
    background-position: center center !important;
    min-height: 300px;
    max-height: 300px;
}

.nws-img{
	background-position: center !important;
	height: 150px;
}

.col-glly figure[class*="glly-img"]{
	position: relative;
	overflow: hidden;
	margin: 0px;
}

.col-glly img{
	-webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.col-glly a:hover img{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}


.prtn-img {
	height: 100px;
	width: auto;
}

.nbs-footer img{
	height: 100px;
	width: auto;
	filter: grayscale(90%);
    opacity: 0.8;
}

@media only screen and (min-width: 768px){

	
}


@media only screen and (max-width: 767.98px){

	.prtn-img {
		height: 80px;
	}
	
}

