.magazine-layout__panel { text-align: center; }

.magazine-layout__panel-wrap { text-align: center; }

.magazine-shelf-img {
z-index: 0;
height: auto;
max-width: 100%;
vertical-align: top;
margin-top: -12px;
}

.magazine-layout__panel-wrap__items {
width: 100%;
height: auto;
position: relative;
text-align: center;
}

.magazine-layout__panel-wrap__item {
display: inline-block;
cursor: pointer;
margin: 0px 10px;
width: 15% !important;
box-shadow: 0px 1px 3px rgba(0,0,0,.3);
/* max-width: 150px; */
}
.magazine-layout__panel-wrap__item img {
height: auto;
max-width: 100%;
vertical-align: top;
width: 100%;
display: block;
}

.fa, .fas {
    font-weight: 900 !important;
}

#cboxOverlay { z-index:  2147483648 !important; }
#colorbox { z-index:  2147483649 !important; }
.d-none {display: none !important; }

@media only screen and (max-width: 560px) {
    .magazine-layout__panel-wrap__item {width:  80% !important; }
}