h2 {
  margin-top: 20px;
}

.thumbnail {
  border: solid #47f 3px;
  box-shadow: 4px 4px 10px #aaa;
}

/* Ensure cards stretch uniformly */
.card {
  transition: transform 0.2s ease;
}

.card:hover {
  transform: scale(1.02);
}

/* Adjust main body padding for spacing */
body {
  margin-bottom: 45px;
  background-color: #f8f9fa;
}

footer.panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #ABB;
  color: #DDD;
  border-top: 0;
}

/* Responsive layout support */
@media screen and (min-width: 0px) and (max-width: 400px) {
  #right-arrow {
    display: none;
  }
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content {
    display: block;
  }
}
