
@media screen and (min-width: 329px) {
    .labels{
        width:39px;
    }
}
@media screen and (min-width: 373px) {
    .labels{
        width:45px;
    }
}

@media screen and (min-width: 462px) {
    .labels{
        width:60px;
    }
}
.labels{
     height: 60px !important;
     width: 60px !important;
     z-index:2;
     position:absolute;
}