body{

    background: #eaeaea;

}

.tabbar{

    width: 484px;

}

.culetrue-container{

    padding-top: 50px;

    background: #fff;

}

.culetrue-container .row{

    width: 100%;

    background: #e5e5e5;

    margin-left: 0;

    margin-right: 0;

}

.culetrue-container .row .col-xs-6{

    padding: 0;

}

.culetrue-container .row .col-xs-6 .thumbnail{

    padding: 0;

    border: none;

    text-decoration: none;

    background-color: transparent;

    margin-bottom: 0;

}

.culetrue-text{

   position: relative;
      
      height:320px;

}

.culetrue-text .thumbnail{

    width: 90%;

    left: 5%;

    position: absolute;

    top: 50%;

    transform: translate(0,-50%);

    text-align: center;

    font-size: 14px;

}

.culetrue-text .sub-child{

    text-align: left;

}

.culetrue-text .title{

    font-weight: 600;

}

@media all and (max-width: 1080px){

    .culetrue-text .sub-child{

        font-size: 14px;

    }

    .culetrue-text .thumbnail{

        font-size: 24px;

    }

}

@media all and (max-width: 768px){

    .culetrue-text .sub-child{

        font-size: 12px;

    }

    .culetrue-text .thumbnail{

        font-size: 18px;

    }

}

