﻿

/* Style for the image inside greyBox */
.fullimage img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
/*    .greyBoxImage img {
    max-height: 30vw;
    min-height: 30vw;
}*/
}

@media (max-width: 768px) {
/*    .greyBoxImage img {
    max-height: 50vw;
    min-height: 50vw;
    height: unset;
}*/
}