.mos-img img {display: none !important;}
#tc-classes .tc-inner {
            margin: 0px;
            padding: 0px;
}

.tc-inner {
    position: relative;
    padding-top: 5px;
}

    .tc-inner h2 {
        padding: 0 20px;
        position: relative;
            font-size: 18px;
            color: #fff !important;
        z-index: 10;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .tc-inner h2 a {
            color: #fff !important;
            font-weight: bold;
            font-size: 18px;
            display: block;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }
        

    .tc-inner p, .tc-inner .mos-img {
        padding: 0px 20px;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        position: relative;
        margin-top: 1px;
        padding-bottom: 5px;
        z-index: 10;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }


    .tc-inner .figure {
        overflow: hidden;
            margin: 0px;
            padding: 0px;
    }

        .tc-inner .figure img {
            width: 100%;
            margin: 0px;
            padding: 0px;
            display: block;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
    -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
	border: 2px solid #fff;
	box-shadow:0 1px 5px rgba(0,0,0,0.5);-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.5);-ms-box-shadow:0 1px 5px rgba(0,0,0,0.5);-o-box-shadow:0 1px 5px rgba(0,0,0,0.5);
        }

    .tc-inner .tc-link-group {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 0;
        top: 33%;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .tc-inner .tc-link-group a {
            display: inline-block;
            text-align: center;
            font-size: 12px;
            padding: 5px 15px;
            color: #fff;
            margin: 3px 5px;
        background-color: rgba(0, 0, 0, 0.9);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .tc-inner:hover {
        color: #ccc !important;
    }
    .tc-inner:hover h2 {
        color: #f1f1f1 !important;
    }
    
    .tc-inner:hover p {
        color: #ddd;
    }

    .tc-inner:hover .tc-link-group {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .tc-inner:hover .figure img {
    }
.tc-bgr{padding: 10px;background-color:rgba(100, 100, 100,0.8);} .tc-bgr:hover{background-color: #333;}