.tem381-irregular .item{padding: 0!important;}
.tem381-irregular .image{position: relative;background-size: cover;background-position: center;height: 100%;}
.tem381-irregular .image img{width: 100%;opacity: 0;}
.tem381-irregular .txt{position: absolute;left:0;bottom:0;right:0;padding:20px 3% 20px 5%;background-color: #222;color:#fff;display: flex;display: -webkit-flex;align-items: center;opacity: 0;width: 100%;overflow: hidden;transition: .2s;}
.tem381-irregular .text{flex-grow: 1;}
.tem381-irregular .txt .description{opacity: .5;line-height: 180%;margin-bottom: 10px;}
.tem381-irregular .txt .title,
.tem381-irregular .posi .title{font-size: 1.25rem;}
.tem381-irregular .more{margin-left: 10px;padding: 12px 28px;border:1px solid;border-color: #fff;flex-shrink: 0;}
.tem381-irregular .posi{transition: .3s;color:#fff;opacity: 1;}
.tem381-irregular .posi .title{position: absolute;left:0;top:5%;padding: 0 5%;}
.tem381-irregular .posi .description{position: absolute;left:3%;top:100%;transform: rotate(-90deg) translateX(100%);width: 100px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.tem381-irregular .container .title-header{padding: 0!important;}
.tem381-irregular .container:not(.full-screen) .title-header{width:100%;}
.tem381-irregular .title-header .left{display: flex;display: -webkit-flex;width: 100%;align-items: center;margin-bottom: 40px;}
.tem381-irregular .left .more{flex-shrink:0;}
.tem381-irregular .left .title{flex-shrink:1;width: 100%;font-size: 1.5rem}
.tem381-irregular .left .more{border-color: #ddd;color:#333;}
.tem381-irregular .box{height: 100%;}
.tem381-irregular .item a{height: 100%;}
@media (max-width: 1200px){
    .tem381-irregular .txt{padding: 15px 3% 15px 5%;}
    .tem381-irregular .txt .description{margin-bottom: 5px;}
    .tem381-irregular .txt .title, .tem381-irregular .posi .title{font-size: 16px;}
    .tem381-irregular .more{padding: 10px 20px;}
    .tem381-irregular .title-header .left{margin-bottom: 20px;}
}
@media (max-width:991px){
    .tem381-irregular .posi .description{transform: rotate(0) translate(0);top:auto;bottom:15px;width: 94%;}
}
@media (min-width:769px){
    .tem381-irregular .image:hover .txt{opacity: 1;}
    .tem381-irregular .image:hover .posi{opacity: 0;}
}
@media (max-width: 768px){
    .tem381-irregular .container{padding-left: 3%!important;padding-right: 3%!important;}
    .tem381-irregular.full-screen-spacing .container.full-screen{padding-left: 0!important;padding-right: 0!important;}
    .tem381-irregular .container .title-header{padding: 0 3%!important;}
    .tem381-irregular .posi{opacity: 0;}
    .tem381-irregular .txt{opacity: 1;padding: 5% 3%;}
    .tem381-irregular .more{padding: 8px 12px;font-size: 12px;}
    .tem381-irregular .item{margin: 8px 0;}
}
@media (max-width: 640px){
    .tem381-irregular .item{width: 100%;margin:8px 0;max-width: 100%;}
    .tem381-irregular .title-header .left{margin-bottom:10px;}
    .tem381-irregular .txt{position: static;}
    .tem381-irregular .image{background-image: none!important;}
    .tem381-irregular .image img{opacity: 1;}
    .tem381-irregular .txt .more{display: none;}
}
@media (max-width: 480px){
    .tem381-irregular .txt{flex-wrap: wrap;}
    .tem381-irregular .text{width: 100%;}
    .tem381-irregular .more{flex-shrink: 0;margin: 10px 0 0;}
}
@media (max-width: 360px){
    .tem381-irregular .title-header .left{flex-wrap: wrap;}
}