.view {
    width: auto;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 5px 3px 5px #e6e6e6;
    cursor: default;
    background-color: #fff;
}
.view .mask,
.view .content {
    width: auto;
    height: 333px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
	height:300px !important;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view p {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #fff;
    padding: 10px 10px 10px;
    text-align: center;
	line-height:24px;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #a7d342;
    color: #01a6e4 !important;
    text-transform: uppercase;
	border:5px #01a6e4 solid;
	outline:3px #a7d342 solid;
	font-weight:600;
}
.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
