@media (max-width: 600px) {
    .hdr {
        font-size: 8px;
    }

    .hdr div {
       align-items: flex-end;
       font-size: 14px;
    }

    .hidesmall {
        display: none;
    }

    .intro {
        width: 90%
    }
    
    .flexels {
    flex-direction: column; 
    align-items: center;
    display: flex;

    }

    .flexel,
    .emphitem {
        width: 90%;
        max-width: 100%;
    }

    ul.pics li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    ul.pics li figure img {
        width: fit-content;
    }
}