@media (orientation: portrait) {



    @font-face {
        font-family: 'rob_black';
        src: url(/material/fonts/roboto/Roboto-Black.ttf);
    }

    @font-face {
        font-family: 'rob_reg';
        src: url(/material/fonts/roboto/Roboto-Regular.ttf);
    }

    @font-face {
        font-family: 'rob_thin';
        src: url(../material/fonts/Roboto-Thin.ttf);
    }

    @font-face {
        font-family: 'rob_ital_thin';
        src: url(/material/fonts/roboto/Roboto-LightItalic.ttf);
    }

    @font-face {
        font-family: 'rob_ital';
        src: url(/material/fonts/roboto/Roboto-Italic.ttf);
    }

    @font-face {
        font-family: 'rob_bold';
        src: url(../material/fonts/Roboto-Bold.ttf);
    }

    @font-face {
        font-family: 'rob_light';
        src: url(../material/fonts/Roboto-Light.ttf);
    }

    @font-face {
        font-family: 'rob_black_ital';
        src: url(../material/fonts/Roboto-BlackItalic.ttf);
    }






    body {

        width: 100%;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
        background-color: rgb(255, 255, 255);

    }


    #works_container {

        margin: 0;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
        flex-wrap: nowrap;
        width: 100%;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        gap: 0;

    }

    .work_container {

        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 90vw;
        height: 67.5vw;
        margin-bottom: 3vw;
        overflow: hidden;
        box-sizing: border-box;
        border: none !important;

    }

    .work_specs {


        max-width: 100vw !important;
        position: absolute;
        bottom: 0;
        visibility: visible !important;


    }

    .worktitle {


        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family: "rob_bold";
        color: rgb(255, 255, 255);
        font-size: 5vw;
        letter-spacing: -0.3vw;
        margin-bottom: 1vw;
    }

    .workspecs {

        text-align: center;
        color: white;
        font-family: "rob_thin";
        font-size: 3.5vw;
        letter-spacing: -0.1vw;


    }


    .work_container img {
        display: block;
        height: 75vw;
        margin: 0;
        overflow: hidden;
    }

    .hidden {

        visibility: hidden !important;


    }

    .visible {
        visibility: visible !important;

    }






    /*.main_button {
        font-family: "rob_black_ital";
        border: 1px solid;
        border-radius: 100px;
        background-color: var(--white);
        margin-left: 0.5vw;
        display: inline-block;
        border-color: var(--darkgray);

    }

    .main_button_selected {

        font-family: "rob_black_ital";
        border: 1px solid;
        border-radius: 100px;
        background-color: var(--black);
        margin-left: 0.5vw;
        display: inline-block;
        border-color: var(--white);


    }

    .main_button_selected p {

        margin-left: 2vw;
        margin-right: 2vw;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 7vw;
        color: var(--white);
    }

    .main_button p {

        margin-left: 2vw;
        margin-right: 2vw;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 7vw;
        color: var(--darkgray);
    }*/

}