.banner-style-2-holder{
	padding: 10px 0;
}

.banner-style-2 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}

.banner-style-2 {
    border: 3px solid #cfe4e7;
    box-shadow: #291b3d 5px 5px;
    border-radius: 50px 50px 50px 50px;
}
.banner-style-2 img {
  max-width: 100%;
  vertical-align: top;
}
.banner-style-2 .banner-style-2-caption {
  position: absolute;
  top: calc(79%);
  width: 100%;
  background-color: #fffffff7;
  padding: 15px 25px 70px;
}
.banner-style-2 .banner-style-2-caption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.banner-style-2 h3,
.banner-style-2 p {
  margin: 0 0 10px;
}
.banner-style-2 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.banner-style-2 p {
  font-size: 1.2em;
  letter-spacing: 1px;
  opacity: 0.9;
  line-height: 90%;
}
.banner-style-2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color:#000000;
}
.banner-style-2:hover .banner-style-2-caption,
.banner-style-2.hover .banner-style-2-caption {
  top: 80px;
}
