/* img[alt$=">"] { */
/*     float:right; */
/*   } */
/* img[alt$="<"] { */
/*     float:left; */
/*   } */
/* img[alt$="<>"] { */
/*     display: block; */
/*     max-width: 100%; */
/*     height: auto; */
/*     margin: auto; */
/*     float: none!important; */
/* } */

img[src*="#border"] {
    height: auto;
    width: auto;
    border: 1.5px solid #9f9f9f;
    transition: transform ease-in-out 0.3s;
}

img[src*="#shadow"] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img:active[src*="#zoom"] {
    cursor: zoom-out;
    transform: scale(2.0);
}

img[src*="#zoom"] {
    cursor: zoom-in;
}

img[src*="#center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[src*="#no-border"] {
    border: 0px;
    width: 200px;
}

a.md-logo img {
    border: none;
}
