
.mensen {
	position: relative;
}
.info {
	background-color: #dd8226;
	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: 10%;
	font-size: 12px;
	margin-bottom: 5px;
}
.info p:nth-child(2) {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.info .btn-primary {
    color: #fff;
    border-color: #fff;
    font-size: 12px;
 
}
.info .btn-primary:hover {
    background-color: #f49d46;
}

.info .btn-primary {
    background-image: -webkit-linear-gradient(top,#f49d46 100%,#f49d46 100%) !important;
    background-image: -o-linear-gradient(top,#f49d46 100%,#f49d46 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f49d46),to(#f49d46)) !important;
    background-image: linear-gradient(to bottom, #f49d46 100%,#f49d46 100%) !important;
}
.info .btn-primary:hover {
    background-image: -webkit-linear-gradient(top,#f49d46 100%,#f49d46 100%) !important;
    background-image: -o-linear-gradient(top,#f49d46 100%,#f49d46 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f49d46),to(#f49d46)) !important;
    background-image: linear-gradient(to bottom, #f49d46 100%,#f49d46 100%) !important;
}

.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%;
}

@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 {
		33margin-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;
	}	
}




/*-- wthree-mid --*/
.wthree-mid {
    background: url(../images/back.jpg) no-repeat 0px 0px;
    background-size: cover;
	padding:5em 0;
	text-align:left;
	background-attachment:fixed;
}
.wthree-mid h3 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.wthree-mid p {
    color: #ffffff;
    text-align:left;
    line-height: 28px;
    width: 63%;
    margin: 30px 0 0;
    font-size: 17px;
    padding: 20px 0;
    border-top: 1px solid #8d8d8d;
}
@media screen and (max-width: 768px){
.wthree-mid {
    padding: 3em 0;
}
.wthree-mid h3 {
    font-size: 30px;
    letter-spacing: 0px;
}
}
@media screen and (max-width: 414px){
.wthree-mid p {
    width: 100%;
    font-size: 14px;
}
.wthree-mid h3 {
    font-size: 24px;
}
}
