@media all and (min-device-width: 1025px) { /*** DESKTOP BEGIN ***/

#m-wrap > div.list._desktop > div {
    margin-top: 20px;
}
#m-wrap > div.list._desktop > div:first-child {
    margin-top: 0;
}
#m-wrap > div.list._desktop > div > a {
    position: relative;
    float: left;
    height: 100%;
    margin-left: 20px;
    box-shadow: 0 25px 5px -20px rgba(0, 0, 0, 0.2);
    transition: all 100ms ease-in-out;
}
#m-wrap > div.list._desktop > div > a:hover {
    opacity: 0.9;
}
#m-wrap > div.list._desktop > div > a:first-child {
    margin-left: 0;
}
#m-wrap > div.list._desktop > div > a > div.image {
    width: 100%;
    height: 100%;
}
#m-wrap > div.list._desktop > div > a > div.image > img {
    width: 100%;
    height: 100%;
}
#m-wrap > div.list._desktop > div > a > div.info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    background-color: rgba(14, 52, 90, 0.5);
}
#m-wrap > div.list._desktop > div > a > div.info > h2 {
    margin: 0;
    font: normal normal 300 1.3em/normal "Roboto", sans-serif;
}
#m-wrap > div.list._desktop > div > a > div.info > div.num-images {
    font: normal normal 300 1em/normal "Roboto", sans-serif;
}

/*** DESKTOP END ***/ }

@media all and (max-device-width: 1024px) { /*** MOBILE BEGIN ***/

#m-wrap > h1 {
    padding: 0 10px;
}
#m-wrap > div.list._mobile > a {
    display: block;
    margin-top: 1em;
    border-top: 1px dashed #2F4696;
    color: inherit;
    text-decoration: none;
}
#m-wrap > div.list._mobile > a:first-child {
    border-top: 0;
    padding-top: 0;
}
#m-wrap > div.list._mobile > a > h2 {
    margin: 1em 0 0 0;
    padding: 0 10px;
    color: #2F4696;
    font: normal normal 500 1.1em/1.2em "Roboto", sans-serif;
}
#m-wrap > div.list._mobile > a > div.num-images {
    margin-top: 0.25em;
    padding: 0 10px;
    opacity: 0.7;
}
#m-wrap > div.list._mobile > a > img {
    display: block;
    margin-top: 0.5em;
    width: 100%;
}

/*** MOBILE END ***/ }
