@media (min-width: 1200px) {
    .thumbnail[data-medium-type="brochure"] {
        padding: 0;
    }
}
    .thumbnail[data-medium-type="brochure"] a:not(.adminOverlay) {
        display: block;
        text-decoration: none;
    }
        .thumbnail[data-medium-type="brochure"] a.image img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        @media (min-width: 500px) {
            .thumbnail[data-medium-type="brochure"] a.image img {
                max-width: 60%;
                margin: 0 20% 10px 20%;
            }
        }
        @media (min-width: 768px) {
            .thumbnail[data-medium-type="brochure"] a.image img {
                max-width: none;
                margin: 0 0 10px 0;
            }
        }
    .thumbnail[data-medium-type="brochure"] a.text {
        display: block;
        text-decoration: none;
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.3;
        padding: 10px 10px 8px 30px;
        border: 1px solid rgb(255, 237, 0);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'FontFaceBold', sans-serif;
        width: calc(100% - 1px); /* To prevent display bug with slider */
    }
    .thumbnail[data-medium-type="brochure"]:hover a.text {
        border: 1px solid rgb(56, 56, 55);
    }
    @media (min-width: 992px) {
        .thumbnail[data-medium-type="brochure"] a.text {
            font-size: 14px;
            padding-left: 35px;
        }
    }
    @media (min-width: 1200px) {
        .thumbnail[data-medium-type="brochure"] a.text {
            font-size: 15px;
            padding-left: 40px;
        }
    }
    .thumbnail[data-medium-type="brochure"] a.text::before {
        content: '>';
        display: block;
        margin-top: -1px;
        margin-left: -20px;
        color: rgb(255, 237, 0);
        float: left;
    }
    @media (min-width: 992px) {
        .thumbnail[data-medium-type="brochure"] a.text::before {
            margin-left: -23px;
        }
    }
    @media (min-width: 1200px) {
        .thumbnail[data-medium-type="brochure"] a.text::before {
            margin-left: -27px;
        }
    }
    .thumbnail[data-medium-type="brochure"]:hover a.text::before {
        color: rgb(56, 56, 55);
    }
    .thumbnail[data-medium-type="brochure"] a.text span {
        display: block;
        white-space: normal;
        font-size: smaller;
        font-family: 'FontFace', sans-serif;
    }