/* RWDnews005 模組樣式 */
.RWDnews005-container {
    position: relative;
}

.RWDnews005-container .owl-wrapper {
    align-items: stretch;
}


/* 項目容器 */
.RWDnews005-container .img-hover {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    height: auto;
    align-items: stretch;
    flex-direction: column;
}

.RWDnews005-container .img-hover .img-hover-inner {
    height: auto;
}

.RWDnews005-container .owl-carousel .owl-item .text-left {
    text-align: left;
    margin-bottom: 0;
}



