@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

.mediakit-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.mediakit-thumbnail img{
    max-width: 290px !important;
    height: auto !important;
}