@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
    h1{
      font-size:27px;
    }
    h2{
      font-size:25px;
    }
    p.cookiejar__text{
  font-size:0.8rem;
  }
  div.cookiejar__wrapper{
  height:110%;
}
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}
.content {
  border:2px solid #860024;
  height:100%;
  border-radius: 12px;
  box-shadow: 0 4px 8px #860024;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.content:hover {
  border:2px solid #860024;
  box-shadow: 0 8px 16px #860024;
  transform: translateY(-2px);
}

p.cookiejar__text{
  font-size:1rem;
}