@import "common.css";

.imgitem {
    text-align: center;
    margin: 1% auto;
    padding: 3%;
}

.imgitem img {
    border-style: solid;
    border-color: #fa3c3c;
}

/* mobile */
@media (min-width: 375px) {
    .imgitem img {
        width: 80%;
        border-radius: 3px;
    }
}

/* desktop */
@media (min-width: 780px) {
    .imgitem img {
        width: 35%;
        border-radius: 5px;
    }
}
