.mosaic-wrapper h2,
.mosaic-wrapper h3 {
    text-align: center;
}
.mosaic-wrapper.core-styles .title-wrapper {
    padding: 0 15px;
}
.mosaic-wrapper.core-styles .title-wrapper h2 {
    font-size: 28px;
    margin-bottom: -2px;
}
.mosaic-wrapper.core-styles .title-wrapper h3 {
    margin-bottom: -15px;
    font-size: 13px;
}
@media(min-width:641px){
    .mosaic-wrapper.core-styles .title-wrapper h2 {
        font-size: 55px;
        margin-bottom: 25px;
    }
    .mosaic-wrapper.core-styles .title-wrapper h3 {
        margin-bottom: 5px;
        font-size: 21px;
    }
}
.mosaic-tiles {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 25px;
}

.mosaic-tiles .inner {
    padding: 0;
    height: 180px;
    width: 100%;
    margin: 10px 0;
}

.mosaic-tiles .inner .image-div {
    width: auto;
    height: 100%;
}

.mosaic-tiles .inner .image-div::after {
    content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    overflow: hidden;
}

.mosaic-tiles .inner .img-cont {
    position: relative;
    height: 100%;
}

.mosaic-tiles .img-cont .play-wrapper {
    width: 60px;
    height: 60px;
    line-height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: all;
    font-size: 26px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.mosaic-tiles .inner .content-section {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    max-width: 205px;
}
@media(min-width:641px){
    .mosaic-tiles {
        margin-bottom: 40px;
    }
    .mosaic-tiles .inner .content-section {
        top: 15px;
        left: 33px;
        max-width: none;
    }
}
.mosaic-tiles .content-section h4 {
    text-transform: lowercase;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.4), -1px -1px 10px rgba(0,0,0,0.4);
}

.mosaic-tiles .content-section h4 a:hover {
    text-decoration: none;
}
.mosaic-tiles .inner .img-cont:hover .content-section h4 {
    color: #fff0c7;
}
@media (min-width: 641px) {
   .mosaic-tiles .content-section h4 {
       font-size: 35px;
       line-height: 36px;
   }
}

@media (min-width: 1025px) {
    .mosaic-tiles {
        margin-bottom: 60px;
    }
    .mosaic-tiles.underEight {
        display: grid;
        align-content: start;
        justify-content: start;
        display: -ms-grid;
        grid-template-rows: 330px 330px 330px;
        -ms-grid-rows: 330px 330px 330px;
        grid-template-columns: 16% 17% 17% 14.75% 14.75% 20.5%;
        -ms-grid-columns: 16% 17% 17% 14.75% 14.75% 20.5%;
    }

    .mosaic-tiles.underEight .inner:first-child {
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        padding-top: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(2) {
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 4/6;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        padding-left: 30px;
        padding-top: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(3) {
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 6/7;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        padding-left: 30px;
        padding-top: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(4) {
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        padding-top: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(5) {
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/4;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        padding-top: 30px;
        padding-left: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(6) {
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 4/7;
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        padding-left: 30px;
        padding-top: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(7) {
        grid-row: 3/4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        padding-top: 30px;
    }

    .mosaic-tiles.underEight .inner:nth-child(8) {
        grid-row: 3/4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 4/7;
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        padding-top: 30px;
        padding-left: 30px;
    }

    .mosaic-tiles.overEight {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mosaic-tiles.overEight .inner{
        height: 290px;
        width: calc((100vw - 40px) / 2);
    }

    .mosaic-tiles .inner {
        width: auto;
        height: 100%;
    }

    .mosaic-tiles .inner .img-cont {
        padding: 0;
        height: 100%;
    }

    .mosaic-tiles .inner .image-div {
        width: auto;
        height: 100%;
    }

    .mosaic-tiles .inner:nth-child(4n + 1) .img-cont:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(152,30,50);
        opacity: 0.8;
        pointer-events: none;
    }

    .mosaic-tiles .inner:nth-child(4n + 2) .img-cont:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(111,154,211);
        opacity: 0.8;
        pointer-events: none;
    }

    .mosaic-tiles .inner:nth-child(4n + 3) .img-cont:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(162,173,0);
        opacity: 0.8;
        pointer-events: none;
    }

    .mosaic-tiles .inner:nth-child(4n + 4) .img-cont:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(93,79,75);
        opacity: 0.8;
        pointer-events: none;
    }

    .mosaic-tiles .img-cont {
        overflow: hidden;
    }

    .mosaic-tiles .inner .image-div,
    .mosaic-tiles .inner .content-section h4 {
        transition: all .3s ease-in-out;
    }

    .mosaic-tiles .inner .img-cont:hover .image-div {
        transform: scale(1.2);
    }


}
