.content-img {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease margin;
-moz-transition: .3s ease margin;
-ms-transition: .3s ease margin;
-o-transition: .3s ease margin;
transition: .3s ease margin;
}

.content-img.-preSize {
    background: url('/site/img/spinner/al-2-2.gif') no-repeat center center;
}


.content-img.page-img {
    margin-top: 0px;
    margin-bottom: 40px;
}

.content-img {
    min-width: 260px;
}

.content-img IMG {
    display: block;
    margin: 0 auto;
    width: 100%;
}


@media (max-width: 810px) {
    .content-img {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .content-img.page-img {
        margin-bottom: 32px;
    }
}

@media (max-width: 480px) {
        .content-img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content-img.page-img {
        margin-bottom: 20px;
    }
}


@media (max-width: 260px) {


}

