h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom:30px;
	padding: 40px 0 10px 0;
}

/* img {
	max-width: 100%;
} */

.filtermenu {
	width:80%;
	margin: 20px auto;
	text-align: center;
}
	.filtermenu li {
		border: 1px solid #CCC;
		padding: 4px 12px;
		display: inline-block;
		border-radius: 6px;
		cursor: pointer;
		background-color:#eee;
		 
		
	}
	
	.filtermenu >.active {
    color: #fff;
    background-color: #163519;
}

.test  {
	
	
	display: flex;
	flex-wrap: wrap;
}


.post-thumb img{
	height:250px;
	width:350px;
	/* margin-left: 70px; */
}



.post-thumb iframe
{
	
	width:350px;
	height:250px;
}
.post
 {
	

	margin:10px;
	
		
	
	}
	
	/* &-thumb {
		margin-bottom:10px;
	} */
	
	&-txt { 
		font-size: 12px;
	}





.dropdown
	{
	display:none;
	}
	
	
	@media (max-width: 800px) {
	.dropdown
	{
	display:block!important;
	margin-left:80px;
	margin-top:30px;
	}
	
	.filtermenu
	{
	display:none;
	
	}

/* .post-thumb iframe
{
	
		margin-left: 0px;
	
} */

/* .post {
    width: 200px ;
	margin-left:10px;
    
}


.post-thumb img{
	
	margin-left: 0px;
}

.post-thumb img {

    height: 150px;
   

} */

	}
	
	
	
	
	
	
	
	@media (min-width: 768px) and  (max-width: 1080px){
	

/* 
  .post {
  
	margin-left:10px;
    
}  */


/* .post-thumb img{ 
	
	 margin-left: 10px; 
 }  */

.post-thumb img {

    height: 250px;
   

} 
.post-thumb iframe
{
	
	width:300px;
	height:250px;
}
 
 .form-control
 {
	 width:50%;
	 margin-left:50px;
	 
 }

}








	
	@media  (max-width: 767px) 
	{
	
	



.post-thumb iframe
{
	
	width:350px;
	height:250px;
}
 

.post-thumb img {

    height: 250px;
   width:350px;

} 

 
	}
	
	
	
	
	
	@media  (max-width: 380px) 
	{
	
	
	.post-thumb iframe
{
	
	width:300px;
	height:250px;
	
}
	
	
	}
	
	@media  (max-width: 320px) 
	{
	
	
	.post-thumb iframe
{
	
	width:250px;
	height:250px;
	
}
	
	
	}
	
	
	
	
	
	
	
	
	

