@charset "utf-8";
/* CSS Document */

.thumbnail{min-height:130px;
	display: flex;
    justify-content: center;
    align-items: center;}

.thumbnail a>img{max-height:120px;}


@media screen and (min-width:638px) {
.thumbnail a>img{max-height:200px;}
.thumbnail{min-height:210px;
	display: flex;
    justify-content: center;
    align-items: center;}
}