@media only screen and (max-width: 374px) {
    .page-photos .section-edit .image-photos-live-photos {
        float: right;
        margin: 0 auto;
        left: 34px;
    }
}

@media only screen and (max-width: 352px) {
    .page-photos .section-edit .image-photos-live-photos {
        float: right;
        margin: 0 auto;
        left: 25px;
    }
}

