@media (max-width: 610px) {
  .collapsible label {
    font-size: 6vw;
  }

  .collapsible label:before {
    width: 3.5vw;
    height: 3.5vw;
  }

  .cover {
    height: 25vw;
    width: 25vw;
  }

  .links {
    font-size: 4vw;
    margin-left: 0vw;
    margin-top: 5px;
  }
}
