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

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.float {
    position: fixed;
    width: 46px;
    height: 46px;
    bottom: 10px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.floatcall {
    position: fixed;
    width: 46px;
    height: 46px;
    bottom: 60px;
    left: 10px;
    background-color: #c41616;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
}

.my-float {
    margin-top: 9px;
}
