@media only screen and (max-width:1080px) {
    html,body{
        margin:0px;
    }
    .productionbase{
        background-color: rgb(251,173,45);
    }    
    .prodContentContainer{
        width:100%;
        height: 100%;
    }    
    .prodContentContainer_d{
        display:none;
    }
    .prodContentContainer_t  {
        display:block;
        width:100%;
        height: 100%;
    }
    .prodContentContainer_m{
        display:none;
    }

    .menuTitle {
        font-size: 48px;
        font-family: Helvetica;
        color: white;
        margin-top: 35%;
        margin-right: 39%;
        text-align: right;
    }

    .menuRow1 {
        font-size: 24px;
        font-family: Helvetica;
        color: white;
        margin-top: 20px;
        margin-left: 39%;
        text-align: right;
        width: 100%;
    }
    
    .menuRow2 {
        font-size: 24px;
        font-family: Helvetica;
        color: white;
        margin-top: 20px;
        margin-left: calc(39% + 120px);
        text-align: right;
        height: 40px;
        width: 100%;
    }
    
    .menuRow3 {
        font-size: 24px;
        font-family: Helvetica;
        color: white;
        margin-top: 20px;
        margin-left: calc(39% + 120px);
        text-align: right;
        height: 40px;
        width: 100%;
    
    }
}
