.twopopular {
	color: #dddddd;
	font-size: 12px;
	font-family: "montserrat", "sans-serif";
display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    justify-content: space-between;
grid-template-columns: repeat(2, 1fr);
padding: 5px;
}


.twopopular .bslkflu{
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #000000DE 100%);
	padding: 5px;
	position: relative;
	height: 100%;
	top: -100%;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.twopopular a{
	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
}

.twopopular a:hover{
	color: #dddddd;
}

.twopopular li {
	list-style: none;
	height: 100%;
}
.twopopular li img{
    height: 100%;
    object-fit: cover;
	width: 100%;
}


.twopopular ul {
	padding: 0;
	background: red;
	width: 100%;
	height: 150px;
}

.twopopular h4 {
font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
}

.twopopular hr {background: #484d5a;
    margin: 12px 0;}

.twopopular hr:last-child {display: none;
  }

.twopopular .metalar{display: flex;
justify-content: space-between;;}

@media only screen and (max-width:1023px) {
	.twopopular h4 {
font-size: 12px;


}
.twopopular ul {height: 120px};
}

@media only screen and (max-width:767px) {
	.twopopular h4 {
font-size: 13px;

}
.twopopular ul {height: 100px};

}