img.pk-image-350h{
    object-fit:cover;
    height:350px;
}
img.pk-image-150h{
    object-fit: cover;
    height: 150px;
}

@media only screen and (max-width: 400px) {
	.logo{
        display:none;
    }
}
