
#companyDueSection .media {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
#companyDueSection  figure {
  height: 370px;
  overflow: hidden;
  position: relative;
	font-family: "Lato" !important;
}
#companyDueSection figure a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#companyDueSection figure:hover .media {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

#companyDueSection .insideText{
	background-color: white;
	bottom: 10px;
	padding: 15px;
	position: absolute;
	width: 100%;
}

#companyDueSection figcaption {
  color: #252830;
  height: calc(100% - 30px);
  margin: 15px;
  right: 0;
  position: absolute;
  top: 0;
  width: 250px;
}
#companyDueSection svg {
  height: inherit;
  width: 100%;
}
#companyDueSection svg text {
  text-anchor: middle;
}
#companyDueSection svg #alpha {
  fill: white;
}
#companyDueSection svg .title {
  font-size: 28px;
  font-family: "Montserrat";
  letter-spacing: 5px;
}
#companyDueSection svg #base {
  fill: white;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}


@media (max-width: 767px) {  /*VISIBLE XS*/
	#companyDueSection figcaption {
		position: relative;
		text-align: center !important;
		margin: 0 auto;

	}
	#companyDueSection svg	#base{
		border: solid 2px white;
		fill: rgba(255,255,255,.65);
	}
	#companyDueSection svg text{
		/*text-shadow: 1px 2px 10px black;*/
	}
	#companyDueSection .insideText {
		background-color: rgba(255, 255, 255, 0);
		text-shadow: 0px 0px 10px #ffffff;
	}
}