.jumbotron{
	margin:0;
}
.jumbotron h1{
	text-align: center;
}

.description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.description .description-heading{
  font-size: 1em;
  font-weight: bold;
}