@CHARSET "UTF-8";
div.streamer{width: 100%;height: 208px;position: relative; cursor: pointer; background-image: url(../img/home-v4-bg.jpg); background-repeat: no-repeat; background-size: 100% auto;}
/* div.streamer img{width: 100%; height: 100%; object-fit: cover;} */
div.streamer>div{width: 100%; height: 100%;position: absolute; top: 0; left: 0; background: rgba(230,74,25, 0.8); display: flex; flex-direction: column; align-items: center; justify-content: center;}
div.streamer>div:hover {background: rgba(255, 87, 34, 0.7); transition: 0.3s;}
div.streamer>div>p::before{content: '';width: 14.3%;border-bottom: 2px solid #fff; position: absolute; top: calc(50% - 1px); left: 0; }
div.streamer>div>p::after{content: '';width: 14.3%;border-bottom: 2px solid #fff; position: absolute; top: calc(50% - 1px); right: 0; }
div.streamer>div>p{width: 100%; text-align: center; position: relative; color: #fff; font-size: 24px; font-weight: 600;}