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

body.poster {
    background-attachment: fixed;
    background-image: url('images/%5BDownloader.la%5D-63ff902a0fb6c.jpg');
}

.top-5 {
    top: 5px;
}

.poster:before {
    background-image: url('images/%5BDownloader.la%5D-63ff902a0fb6c.jpg ') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    filter: blur(0px);
}

