

#latestwork .container__content {
    width: 100vw;
    gap: 0;
}

/* Tablet */
@media only screen and (max-width: 960px) {


}

/* Mobile */
@media only screen and (max-width: 600px) {

    #latestwork .container__content {
        flex-direction: row;
    }

    #latestwork .container {
        width: 100vw;
    }

}