﻿img {
//	max-width: 100%;
}

.filtermenu {
	width:80%;
	margin: 20px auto;
}

.btn {
	margin: 5px 10px;
}


.container {

	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.post {
	padding: 10px;
	margin-top: auto;
}


	.post-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom:10px;
		text-transform: uppercase;
		color: #1c355d;
		
	}

	.post-location {
		color: grey;
	}
	
	.post-thumb {
		margin-bottom:10px;
	}
	
	.post-txt { 
		font-size: 12px;
	}
	
	
	.infob{
		display: none;
	}
	
	
.thumbnail {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnail img.portrait {
  width: 100%;
  height: auto;
}


 
.thumbnail img:hover {
  height: 110%;
}

.thumbnail img.portrait:hover {
  width: 110%;
  height: auto;
}