
.gallery-section{
	width:100%;
	}
.inner-width{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:0 20px;
	}		
.gallery-section .gallery{
	display:block;
	width:100%;
	overflow:hidden;
	float:left;
	}
.gallery-section .gallery a{ display:block; width:23%; float:left; margin:1%; max-height: 170px;}	
.gallery-section .gallery-vdo{
	display:block;
	width:100%;
	overflow:hidden;
	float:left;
	padding-top: 25px;;
	}
.gallery-section .gallery-vdo .vdosection{display:block; width:23%; float:left; margin:1%;}
.gallery-section .gallery-vdo .vdosection img{ width:100%;}
.gallery-section .image{
	overflow:hidden;	
	cursor:pointer;

}
.gallery-section .image img{
	width:100%;
	height:100%;
	transition:0.4s}
.gallery-section .image:hover img{
	transform:scale(1.4) rotate(15deg);
	}	
@media screen and (max-width:960px){
	.gallery-section .image{ width:33.33%;}
	}	
@media screen and (max-width:768px){
	.gallery-section .image{ width:50%;}
	}	

@media screen and (max-width:960px){
	.gallery-section .image{ flex:100%;}
	}	
