.circle, .circle img.avatar {
    border-radius: 100%;
}


/*

@media only screen and (min-width: 1288px) {

    .mobileOnly, .tableOnly {
        display: none !important;
    }
}

@media only screen and (max-width: 1288px) and (min-width: 680px) {

    .mobileOnly, .desktopOnly {
        display: none !important;
    }

}

@media only screen and (max-width: 680px) {

    .tabletOnly, .desktopOnly {
        display: none !important;

    }
*/
@media only screen and (min-width: 680px) {


    
    .fullHeight {
        height: 100%;
    }
    

    aside.wp-block-group {
        max-width: 300px;
        min-width: 300px;
    }

}

.shy {
    hyphens: auto;
}