.tem90-pro .wrap{width: 100%;display: flex;display: -webkit-flex;}
.tem90-pro .wrap .col-xs-6{width: auto;flex: 1 1 auto;-webkit-flex: 1 1 auto;padding:0;}
.tem90-pro .wrap .images{width: 100%;}
.tem90-pro .wrap .images img{width: 100%;}
.tem90-pro .wrap .item{position: relative;}
.tem90-pro .wrap .item .text{position: absolute;width: 100%;height: 100%;left:0;top:0;padding:3%;color:#fff;opacity: 0;font-size: 22px;margin-bottom: 5px;transition:.4s ease-out 0s;background-color:rgba(82,206,255,.8);}
.tem90-pro .wrap .item:hover .text{opacity: 1;}
.tem90-pro .wrap .item .text .description{font-size: 13px;}
.tem90-pro .wrap .item .text .title{font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
@media(max-width:768px){
    .tem90-pro .container{padding-left: 2%!important;padding-right: 2%!important}
    .tem90-pro.full-screen-spacing .container{padding-left: 0!important;padding-right: 0!important}
}