.news_imgText2 {

}

.news_imgText2 .imgText2_text{
    position: relative;
    margin-bottom: 0;
}

.imgText2_item{
    padding: 5px;
	display:block;
}
.news_imgText2 .imgText2_img{
    width: 100%;
}

.news_imgText2 .imgText2-content {
    font-size: 1.5rem;
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: rgba(45,45,47,0.9);
    margin-top: -5em;
}
.news_imgText2 .imgText2_title {
    
    font-size: 1em;  /*18px*/
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5em;
    padding: 0.5em 0;
}
.news_imgText2 .description {
    height: 3em;
    font-size: 0.83em;  /*15px*/
    color: #fff;
    overflow: hidden;
    text-align: center;
}

/*如果使用者之視窗寬度介於 ~ 767px，將會再載入這裡的 CSS。*/
@media screen and (max-width: 767px) {
    .news_imgText2 .imgText2-content {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .news_imgText2 .imgText2_title {
        letter-spacing: 0;
    }
}

/*如果使用者之視窗寬度介於 ~ 480x，將會再載入這裡的 CSS。*/
@media screen and (max-width: 480px) {
    .news_imgText2 .imgText2-content {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0;
        margin-top: -2em;
    }

    .news_imgText2 .description {
        height: 0;
    }
}