.snip1571 {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0px;
  max-width: 309px;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #;
  width: 100%;
}
.snip1571 *,
.snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.snip1571 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.snip1571 h3 {
  background-color: #606fc7;
  color: #ffffff;
      font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 9px 20px;
  text-transform: uppercase;
  z-index: 1;
}
.snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1571:hover > img,
.snip1571.hover > img {
  opacity: 0.4;
}
.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
  right: -5px;
}

.jumbotron.mycourse h1 {
    margin-top:0;
    letter-spacing: 7px;
}