@media screen and (max-width: 800px) {
nav label {
    width:44%;
    padding:7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tabbed figure > div {
    padding:0;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
}
