.gallery-classic-item-description {
    padding: 0px 0px 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .advert-item, .book-item { height: 250px; }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.advert-item, .book-item { height: 200px; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1920px) {
    .advert-item, .book-item { height: 315px; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 2170px) {
    .advert-item, .book-item { height: 470px; }
}