/* Small devices (landscape phones, 576px and up) */
@media (min-width: 370px) {
    .spacial{
        width: 85%;
        padding-bottom: .1%;
    }
    /* .food div p{
        width: 90%;
        margin-top: 8px;
    } */
}



@media (min-width: 576px) {
    .mini{
        display: none;
    }
    .spacials{
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
    }
    .spacial{
        width: 361px;
        height: 361px;
    }
    #full-screen:target ~ .full-screen-info{
        display: none;
    }
    .food{
        width: 463px;
    }
    .food div p{
        width: 90%;
        margin-top: 15px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .main{
        flex-flow: wrap;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 200px;
    }
    .food{
        width: 463px;
    }
    .spacial{
        margin-right: 10px;
        margin-left: 0px;
        width: 376px;
        height: 344px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

}