footer.pmapp ul {
    justify-content: center;
}

#social_menu {
    justify-content: space-evenly;
}

.pc-only,
.mobile-only {
    position: relative;
}

.pc-only .BlockNews {
    position: absolute;
    transform: translateX(10%) !important;
    transform: translateY(1%);
}

.mobile-only .BlockNews {
    position: absolute;
    top: 30%;
    left: 3%;
}

.mobile-only iframe {
    width: 450px;
    height: 443px;
}