@media (min-width: 768px) and (max-width: 1200px) {
  .row-cols-md-4>*:nth-child(n+5) {
    display: none;
  }
}


.stream_list_box {	border: 1px solid #5a5a5a;	padding: 2px;	background: #272727;	border-radius: 5px;	margin: 2px;}
.straem_list_title { white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.list_count i {	color: #25a4e3;}

.img-item:hover img {
    transform: scale(1.3);
    transition-duration: 0.5s;
}



/******************************************************
추가 및 변경 CSS
******************************************************/

.stream_list_box { height:99%; }