﻿.design-block.imagefullheight {
    position: relative;
    text-align: center;
}

.design-block.imagefullheight img {
    width: auto !important;
    object-fit: cover;
    max-width: 100%;
}

.section-row .container-fluid .col-md-12 .design-block.imagefullheight img {
    width: 100% !important;
    object-fit: cover;
    max-height: 75vh;
}

.section-type-2 .column-1 .design-block.imagefullheight img, .section-type-3 .column-1 .design-block.imagefullheight img {
    padding-right: 20px;
}

.section-type-1 .column-2 .design-block.imagefullheight img, .section-type-2 .column-2 .design-block.imagefullheight img {
    padding-left: 20px;
}
