/*
    .preview {
        position: relative;
    }

    .app-figure {
    width: 100% !important;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 00px;
    position: relative;
    text-align: center;
    }
    .selectors { margin-top: 10px; }
    .selectors .mz-thumb img {  margin-bottom: 10px; border: 1px solid #ccc; height: 120px; overflow: hidden;}*/



    .preview {
        position: relative;
    }

    .app-figure {
    width: 100% !important;
    margin: 0px auto;
    border: 0px solid #ccc;
    padding: 0px;
    position: relative;
    text-align: center;
    }
    .selectors { margin-top:0px; }
.selectors a{width: 100%; float: left; display: block; height: 125px; border: 1px solid #ccc; position: relative; margin-bottom: 5px; text-align: center; overflow: hidden;}
.selectors .mz-thumb img {position: absolute; top: 50%; left: 50%; width: auto; transform: translate(-50%, -50%); max-height: 100%; box-shadow: none;}
@media (max-width:480px) {    .selectors a {
    width: 20%;
    float: left;
    display: block;
    height: 88px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}
.selectors .mz-thumb img {position: absolute; top: 50%; left: 50%; width: 85%; transform: translate(-50%, -50%); max-height: 100%; box-shadow: none;}
}