#\33 three {
float: right;
padding-right: 111px;
margin-top: -35px;
}
/*MEDIA ONLY=================small screens*/
@media screen and (max-width: 568px) {
.mobile-show {
display: block;
}
.mobile-hide {
display: none !important;
}
}
@media only screen and (max-width: 768px) {
.mobile-show {
display: block;
}
.mobile-hide {
display: none !important;
}
}
.desktop-hide {
display: none;
}
.label {
...