.tiled-grid {
/*    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 100px*/
}

.tiled-grid article figure {
    position: relative;
    height: 34.375vw;
}
.tiled-grid.short article figure {
    height: 22vw;
/*    margin-top:.5%;
    margin-left:.5%;*/
}

.tiled-grid article figure * {
    color: #fff
}

.tiled-grid article figure figcaption {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 40px;
    /*margin-right: 10%;*/
}

@media (min-width: 1279px) {
    .tiled-grid article figure h1 {
        margin: 0;
        font-weight: 600;
        font-size: 20px
    }
}
@media (min-width: 1365px) {
    .tiled-grid article figure h1 {
        margin: 0;
        font-weight: 600;
        font-size: 23px
    }
}
@media (min-width: 1400px) {
    .tiled-grid article figure h1 {
        margin: 0;
        font-weight: 700;
        font-size: 30px
    }
}

.tiled-grid article figure h1 a, .tiled-grid article figure h1 a span {
    font-weight: inherit;
    font-size: inherit
}

@media (min-width: 1365px) {
    .tiled-grid article figure .more-options a {
        font-size: 15px
    }
}
@media (min-width: 1400px) {
    .tiled-grid article figure .more-options a {
        font-size: 20px
    }
}



.tiled-grid article figure > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background-color: #9FB82A;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tiled-grid article figure:hover > a:before,
.tiled-grid-small article figure:hover > a:before{
    opacity: .75
}



@media (max-width: 991px) {
    .tiled-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0
    }

    .tiled-grid article figure h1 {
        font-size: 36px
    }

    .tiled-grid article figure figcaption {
        bottom: 15px;
        left: 30px
    }

    .tiled-grid article figure .more-options ul {
        height: auto;
        opacity: 1
    }

    .tiled-grid article figure .more-options a {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .tiled-grid article:hover .more-options ul {

        opacity: 1
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tiled-grid article figure h1 {
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

    .tiled-grid article figure .more-options a {
        font-size: 13px;
        line-height: 1.1
    }

    .tiled-grid article:hover .more-options ul {
        height: 30px
    }
}

@media (max-width: 767px) {
    .tiled-grid article figure, .tiled-grid article figure.tall {
        height: 75vw !important
    }
    .tiled-grid article figure h1 {
        font-size: 24px;
        font-weight:400;
    }
    .tiled-grid article figure .more-options a {
        font-size: 12px;
        line-height: 1.1
    }
    .mobile-block {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tiled-grid article figure {
        height: 39.975vw !important
    }
}
.tiled-grid article figure.color-1,
.tiled-grid article figure.color-1:hover > a:before {
    background-color: rgba(68, 68, 68, .75); /*background-color: rgba(137, 196, 102, .75);*/


}

.tiled-grid article figure.color-2,
.tiled-grid article figure.color-2:hover > a:before {
    background-color: rgba(68, 68, 68, .75); /*background-color: rgba(0, 160, 176, .75);*/
}
.tiled-grid article figure.color-3,
.tiled-grid article figure.color-3:hover > a:before {
    background-color: rgba(68, 68, 68, .75);
}

.container-fluid .row>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.fit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;

}

.fit-absolute {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0
}

/* Internet Explorer 11 */

_:-ms-fullscreen, :root .fit-absolute {
    position: absolute;
    z-index: 0;
    min-height: 100%;
    min-width:100%;
    top: 0
}


/* Internet Explorer 10+ AND Microsoft Edge */

_:-ms-lang(x), .fit-absolute {
    position: absolute;
    z-index: 0;
    min-height: 100%;
    min-width:100%;
    top: 0
}


/* Internet Explorer 9-11 */

_::selection, .fit-absolute {
    position: absolute;
    z-index: 0;
    min-height: 100%;
    min-width:100%;
    top: 0
}



.tiled-grid.short .fit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 99.5%;
    top:0;
}
.tiled-grid.short .fit-absolute {
    position: absolute;
    z-index: 0;
    height: 99.5%;
    top: 0
}

figure {
    margin: 0;
}