@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

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

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