.shuffle-me {
  display: block;
  position: relative;
  float: left;
}
.essco-shuffle-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  padding: 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.essco-shuffle-info h3 {
  font-weight: bold;
  color: white;
  font-size: 20px;
  margin: 55px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}
.essco-shuffle-info h3, .essco-shuffle-info p{
 color: #fff; 
}
.essco-shuffle-info h2 {
  margin-top: 0;
  color: white;
  font-size: 14px;
  font-family: georgia;
  font-style: italic;
}
.shuffle-group {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.shuffle-group .shuffle-me {
  width: 31.9%;
  float: left;
  margin: 5px;
}
.shuffle-group .shuffle-me:first-child {
  width: 66%;
  float: left;
  height: 431px;
}
.shuffle-group .shuffle-me:first-child h1 {
  margin-top: 190px;
  font-size: 30px;
}