/****** PLACE YOUR CUSTOM STYLES HERE ******/

.label_custom {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #47b475;
  border-radius: 0;
  padding: 6px 12px;
  vertical-align: middle;
}

.tile-left2,
.tile-right2 {
  width: 50%;
  float: left;
  display: inline-block;
  overflow: hidden;
  min-height: 520px;
  position: relative;
}
.tile-right2 .description,
.tile-left2 .description {
  padding: 20px;
}
.tile-right2:hover .background-image-holder,
.tile-left2:hover .background-image-holder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media all and (max-width: 1025px) {
  .tile-left2 {
    width: 100%;
    float: none;
	min-height: 200px;
  }
  .tile-right2 {
    width: 100%;
    float: none;
	min-height: 365px;
  }
}
@media all and (max-width: 767px) {
  .tile-left2 {
    width: 100%;
    float: none;
	min-height: 300px;
  }
  .tile-right2 {
    width: 100%;
    float: none;
	min-height: 200px;
  }
}