.pictures {
    width: 100%;
    border-radius: 20px;
}

@media screen and (max-width:480px) {
    .pictures {
        margin: 0px 10px;
        border-radius: 10px;
        width: calc(100% - 20px);
    }
}