<>
@media (max-width: 1200px){
.left_container{
margin-right: 0;
}
.right_container{
margin-left: 15px;
}
}
.unread_div {
background: red;
border-radius: 50%;
text-align: center;
color: #fff;
position: absolute;
z-index: 1;
width: 22px;
height: 22px;
font-size: 12px;
top: -15px;
right: -8px;
line-height: 18px;
}
>