@media screen and (min-width: 1024px) {
    .DistributorsL a {
        width: 124px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        background-color: #006ee6;
        border-radius: 25px;
        display: block;
        margin: 20px 0 0;
    }

    .TeachingFx a {
        width: 100%;
        display: block;
        height: 56px;
        border-radius: 28px;
        border: solid 2px #606464;
        color: #606464;
        text-align: center;
        font-size: 20px;
        line-height: 56px;
    }

    .TeachingFx:hover a {
        border: solid 2px #1d70f5;
        background-color: #1d70f5;
        color: #fff;
    }

    .gallery-thumbs .IconImg {
        filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
}
