.dv-mosaic {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.dv-mosaic > div {
    flex: 1;
}
.dv-mosaic .dv-col-8 {
    min-width: 75%;
    max-width: 75%;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .dv-mosaic .dv-col-8 {
        min-width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .dv-mosaic .dv-col-8 {
        flex-direction: column;
        min-width: 100%;
        max-width: 100%;
    }
}
.dv-mosaic .dv-col-8 > div {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    flex: 1;
}
.dv-mosaic .dv-col-8 > div:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.dv-mosaic .dv-col-8 > div:nth-child(1) {
    min-width: 100%;
    min-height: 450px;
    background-color: blue;
    margin: 0 4px 8px 0;
}
@media (max-width: 768px) {
    .dv-mosaic .dv-col-8 > div:nth-child(1) {
        margin: 0;
    }
}
.dv-mosaic .dv-col-8 > div:nth-child(2) {
    min-height: 250px;
    background-color: blue;
    margin: 0 4px 0 0;
}
@media (max-width: 768px) {
    .dv-mosaic .dv-col-8 > div:nth-child(2) {
        margin: 0;
    }
}
.dv-mosaic .dv-col-8 > div:nth-child(3) {
    min-height: 250px;
    background-color: blue;
    margin: 0 0 0 4px;
}
@media (max-width: 768px) {
    .dv-mosaic .dv-col-8 > div:nth-child(3) {
        margin: 0;
    }
}
.dv-mosaic .dv-col-2 {
    display: flex;
    flex-wrap: wrap;
}
.dv-mosaic .dv-col-2 > div {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    flex: 1;
}
.dv-mosaic .dv-col-2 > div:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.dv-mosaic .dv-col-2 > div:nth-child(1) {
    height: 250px;
    min-width: 100%;
    background-color: blue;
    margin: 0 0 8px 8px;
}
@media (max-width: 768px) {
    .dv-mosaic .dv-col-2 > div:nth-child(1) {
        margin: 0;
    }
}
.dv-mosaic .dv-col-2 > div:nth-child(2) {
    min-width: 100%;
    background-color: blue;
    margin: 0 0 0 8px;
    height: 100% - 258px;
    height: -webkit-calc(100% - 258px);
    height: -moz-calc(100% - 258px);
    height: calc(100% - 258px);
}
@media (max-width: 768px) {
    .dv-mosaic .dv-col-2 > div:nth-child(2) {
        margin: 0;
    }
}

.h1-show {
    margin: 30px 0;
    text-align: center;
    color: #666666;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.875em;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 15px;
    margin-top: 60px;
    font-size: 25px;
}

.p-show {
    text-align: center;
    margin-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
