.summerslippedus {
  background: url(http://i.imgur.com/Tsotyrd.jpg);
  height: 200px;
  position: relative;
  width: 450px;
  background-size: 450px;
}

.summerslippedus:hover .underneath {
  font-size: 18px;
  bottom: 100px;
  right: 20px;
  width: 240px;
}

.summerslippedus:hover .hertongue {
  height: 80px;
  font-size: 20px;
  line-height: 120%;
}

.underneath {
  font-family: voor;
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  border-bottom: 1px solid white;
  width: 240px;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  padding-bottom: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.hertongue {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-bottom: 1px solid white;
  height: 0px;
  transition: 2s;
  overflow: hidden;
  width: 240px;
  color: white;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 5px;
}

.hertongue a {
  top: 30px;
  position: relative;
  color: white;
  transition: 1s;
  line-height: 120%;
  letter-spacing: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  font-size: 20px;letter-spacing: 5px;
}

.hertongue a:visited {
  top: 30px;
  position: relative;
  color: white;
  transition: 1s;
  line-height: 120%; letter-spacing: 5px;
  letter-spacing: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  font-size: 20px;
}

.hertongue a:active {
  top: 30px;
  position: relative;
  color: white; letter-spacing: 5px;
  transition: 1s;
  line-height: 120%;
  letter-spacing: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  font-size: 20px;
}

.hertongue a:link {
  top: 30px;
  position: relative;
  color: white;
  transition: 1s; letter-spacing: 5px;
  line-height: 120%;
  letter-spacing: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  font-size: 20px;
}

.hertongue a:hover {
  color: CRIMSON; letter-spacing: 5px;
}
