.tem28-video .con{position: relative;height: 100vh;}
.tem28-video .item{display: flex;display: -webkit-flex;align-items: center;z-index: 1;width: 100%;height: 100%;flex-wrap: wrap;}
.tem28-video.content-right .text{text-align: right;}
.tem28-video.content-right .more{justify-content:flex-end;}
.tem28-video.content-center .text{text-align: center;}
.tem28-video.content-center .more{justify-content:center;}
.tem28-video .item .video{position: absolute;left:0;top:0;width: 100%;height: 100%;overflow: hidden;z-index: -1;}
.tem28-video .item video{width: 100%;height: 100%; object-fit: cover;}
.tem28-video .text{width: 100%;color:#333;padding:20px 10%;}
.tem28-video .text .title{font-size: 4rem;}
.tem28-video .text .description{font-size: 16px;margin:40px 0;line-height: 180%;opacity: .7}
.tem28-video .text .subtitle .short{padding: 2px 10px;border-radius:20px;color:#fff;background-color:#000;display: inline-block;font-size: 12px;transition: .4s;-moz-transition: .4s;-webkit-transition: .4s;}

.tem28-video .play{text-align: center;transition: .4s;-moz-transition: .4s;-webkit-transition: .4s;margin-left: 35px;}
.tem28-video .play.ing{transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);}
.tem28-video .play span{display: block;width: 40px;height: 40px;line-height: 40px;border-radius: 50%;margin:auto;color:#fff;font-size: 1.5rem;box-shadow: 0 0 10px rgba(0,0,0,.1);transition: .4s ease-out;-moz-transition: .4s ease-out;-webkit-transition: .4s ease-out;background-color: #000;}
.tem28-video .more{width: 100%;display: flex;display: -webkit-flex;align-items: center;}
.tem28-video .more a{border-radius: 0;padding: 8px 26px;border-radius: 30px;}
.tem28-video .text.on .subtitle .short{transition: 0s;-moz-transition: 0s;-webkit-transition: 0s;}
.tem28-video .text.on .more a{transition: 0s;}
@media (max-width: 991px){
    .tem28-video .text .title,
    .tem28-video .text .title p,
    .tem28-video .text .title span{font-size: 3rem!important;line-height: 160%!important;}
}
@media (min-width:769px){
    .tem28-video .play:hover span{box-shadow: 0 0 20px rgba(0,0,0,.5);transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);}
}
@media (max-width:768px){
    .tem28-video .container,
    .tem28-video.full-screen-spacing .container.full-screen{padding-left: 0!important;padding-right: 0!important;}
    .tem28-video .text{width: 100%;text-align: center;}
    .tem28-video .con{height: auto;padding: 20px 0 40px;}
    .tem28-video .text .subtitle .short{padding: 2px 10px;}
    .tem28-video .text{padding: 15px 5%!important;}
    .tem28-video .text .title, 
    .tem28-video .text .title p, 
    .tem28-video .text .title span{font-size: 2rem!important;}
    .tem28-video .play span{font-size: 16px;}
    .tem28-video .text .description{margin: 15px 0;}
    .tem28-video .more{justify-content:center;}
} 
@media (max-width:480px){
    .tem28-video .con{padding: 20px 3%!important;}
    .tem28-video .text{padding: 15px 0!important;}
    .tem28-video .more a{font-size: 12px;padding: 6px 20px;}
    .tem28-video .play{margin-left: 15px;}
}
@media (max-width:320px){
    .tem28-video .text{padding: 0!important;}
    .tem28-video .text .title, 
    .tem28-video .text .title p, 
    .tem28-video .text .title span{font-size: 18px!important;}
    .tem28-video .text .description{margin:10px 0;}
    .tem28-video .text .title{margin-top:10px;}
}