
.mensen {
	position: relative;
}
.info {
	background-color: #3b95d2;
	color: #fff;
	opacity: 0.9;
	text-align: center;
	display: none;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	animation: move 3s ease;
}
.info p:first-child {
	font-weight: bold;
	margin-top: 6%;
	font-size: 13px;
	margin-bottom: 5px;
}
.info p:nth-child(2) {
	margin-bottom: 20px;
}
.info .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: bold;
 
}
.info a {
      color: #fff;
}
.info a:hover {
      text-decoration: underline;
}
.img {
	width: 100%;
}

@media (max-width: 1100px) {
       .info p:first-child {
	     margin-top: 10%;
	     font-size: 12px;
      }
      .info p:nth-child(2) {
	     font-size: 11px;
	     line-height: 15px;
	     margin-bottom: 10px;
      }
      .info .btn-primary {
	     font-size: 9px;
	     font-weight: normal;
      }
}



/*
.mensen:hover  .info{
	display: block;
	bottom: 0;
}*/



@media (max-width: 992px) {

	.info .btn-primary {
		font-size: 11px;
	}
	.info p:first-child {
		margin-top: 15%;
	}


}

@media (max-width: 768px){

	.info p:first-child {
		margin-top: 35%;
	}
	.mensen img {
		margin-bottom: 20px;
	}
	.mensen:nth-child(3n+0) img {
		margin-bottom: 0;
	}
	.mensen:hover  .info {
		bottom: 20px;
	}
	.mensen:nth-child(3n+0):hover .info {
		bottom: 0;
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}