﻿@media only screen and (min-width: 800px) {
    .wiki-img{
        width: 192px;
        height: 256px;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1366px) {
    .wiki-img {
        width: 216px;
        height: 288px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1920px) {
    .wiki-img {
        width: 288px;
        height: 423minpx;
        object-fit: cover;
    }
}

