#box-head.local-homepage-news {
    background-image: url(../images/default/site/bon-plan.jpg);
}

#local-homepage-news .list .block {
    display: inline-block;
    background: white;
    overflow: auto;
    margin: 10px 10px 0 0;
    padding: 10px;
}

#local-homepage-news .list .block:last-child,
#local-homepage-news .list .block:nth-child(3n) {
    margin-right: 0;
}

#local-homepage-news .list .block .images {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

#local-homepage-news .list .block .images .desktop {
    float: left;
}

#local-homepage-news .list .block .images .mobile {
    float: right;
}

#local-homepage-news .list .block .actions {
    display: inline-block;
    vertical-align: top;
}

#local-homepage-news .list .block .actions .show {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: lightgrey url(../images/default/site/see-on.png) no-repeat center;
}

#local-homepage-news .list .block .actions .edit {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: lightgrey url(../images/default/site/edit-on.png) no-repeat center;
}

#local-homepage-news .list .block .actions .delete {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: lightgrey url(../images/default/site/delete-on.png) no-repeat center;
}

#local-homepage-news .library {
    width: 434px;
}

#local-homepage-news.show {
    width: auto;
    height: 500px;
}
#local-homepage-news.show img {
    max-width: 400px;
    max-height: 400px;
}

#local-homepage-news .library .photo {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 10px;
    background: lightgrey;
    text-align: center;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

#local-homepage-news .library .photo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.local-homepage-news-image {
    max-width: 800px;
    max-height: 800px;
}