body {
    padding-top: 0;
}

.m0 {
    margin: 0;
}

.profileHeader {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1;
}

.profileHeader h2 {
    margin-top: 0;
    padding-top: 20px;
}

.profileHeader h2 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.creativeRow img {
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

.creativeRow .row img {
    margin: initial;
}

.creativeRow .row {
    justify-content: space-evenly;
    align-items: center;
}

.creativeRow .row.column3 {
    column-gap: 20px;
}

.mh250 img,
img.mh250 {
    max-height: 250px;
}

.mh300 img,
img.mh300 {
    max-height: 300px;
}

.mh350 img,
img.mh350 {
    max-height: 350px;
}

.mh400 img,
img.mh400 {
    max-height: 400px;
}

.mbProfileHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.digitalprints {
    background-color: #F0E2D8;
    padding: 50px 0;
}

.slick-track {
    display: flex;
    align-items: center;
}

.grid4 {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
}

.venkys-chicken {
    flex-wrap: wrap;
    gap: 20px;
}

.venkys-chicken img {
    max-height: 200px;
}

.royal{
    background-color: #C3D4DD;
    padding: 40px 0;
}

.dunstan{
    background-color:#ACACAC;
    padding: 40px 0;
}

@media screen and (max-width: 990px) {}

@media screen and (max-width: 767px) {

    .creativeRow img,
    .mh250 img,
    img.mh250,
    .mh300 img,
    img.mh300,
    .mh350 img,
    img.mh350,
    .mh400 img,
    img.mh400 {
        max-height: none;
    }

    .profileHeader .container {
        padding-bottom: 0;
    }

    .visible-mobile .creativeRow div img {
        margin-bottom: 20px;
    }
}