.fixed-stuff {
    bottom: 18.86458rem;
}

@media (max-width: 768px) {
    .fixed-stuff {
        bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    #preny-open {
        bottom: 60px !important;
    }
}