#home-topBaner {
    text-align : center;
}

#home-topBaner img {
    width : 100%;
    max-width : 1300px;
    height : auto;
}

#home-sliderBaner {
    text-align : center;
}

#home-sliderBaner img {
    width : 100%;
    max-width : 1300px;
    height : auto;
    margin-bottom : 10px;
}

#home-newsBaner {
    text-align : center;
}

#home-newsBaner img {
    width : 100%;
    max-width : 640px;
    height : auto;
    margin-top : 25px;
}

#art-topSidebarBaner {
    text-align : center;
}

#art-topSidebarBaner img {
    width : 100%;
    max-width : 300px;
    height : auto;
    margin-top : 25px;
}

.art-contentBaner {
    text-align : center;
    margin: 0 -10px;
}

@media (min-width: 768px)
{
    .art-contentBaner {
        margin: 0 -30px;
    }
}

.art-contentBaner img {
    width : 100%;
    max-width : 925px;
    height : auto;
    margin-top : 25px;
}

#art-topBaner {
    text-align : center;
}

#art-topBaner img {
    width : 100%;
    max-width : 925px;
    height : auto;
    margin-top : 25px;
}

#art-bottomBaner {
    text-align : center;
}

#art-bottomBaner img {
    width : 100%;
    max-width : 925px;
    height : auto;
    margin-top : 25px;
    margin-bottom : 25px;
}