.view {
  position: relative;
  margin-left: 30px;
}

.view input {
  display: none;
}

.view label {
  cursor: pointer;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .view {
    display: none;
  }
}