@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);

.module2 {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(http://stkildalsc.com.au/images/work-9.jpg);
  background-size: cover;
  width: 100%;
  height: 275px;
  margin: 0px 0 0 0px;
  position: relative;
  float: left;
}

.mid2 h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  font-size: 155%;
  transform: translate(-50%, -50%);
  text-align: center;
}
