@media only screen and (min-width: 640px) {
}

@media only screen and (max-width: 640px) {


    [class*="col-"] {
        width: 100%;
    }

    /* For tablet: */
    .col-s-s1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-m-8 {width: 100%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}

    .col-s-hidden { visibility: hidden;height:0px;}
    .col-s-none { display:none;}

    .flex3 {
        flex:1;
       display:none;
        visibility: collapse
    }


    .col-s-logo {
        margin:-10px 0 0 0;
        position: relative;
        width: 100%;
        padding-top: 25%; /* 4:1 Aspect Ratio */
        background-color: #FFCCFF
    }



    .div_banner {
        display:none;
    }


    table.ettermek_list {
        width:100%;
        max-width:550px;
        margin:10px auto 10px auto;
        border-collapse: collapse;
        border-spacing: 0px;
        caption-side: top;
        empty-cells: show;
        table-layout: auto;
        border:2px solid #990000;
        border-right:2px solid #990000;
        border-bottom:2px solid #990000;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.5);
        -moz-box-shadow:    5px 5px 10px 0px rgba(128, 128, 128, 0.5);
        box-shadow:         5px 5px 10px 0px rgba(128, 128, 128, 0.5);
        background-color: #FFFFFF;

    }

    h2.ettermek_etterem_nev{
        padding:5px;
        color: #FF1414;
        font-family: "Comic Sans MS", cursive, sans-serif;
        font-size: large;
        font-weight: bold;
        font-variant: small-caps
    }

    .lablec {
        display:none
    }


    strong {
        font-weight: 600;
    }

    .page {
        width: 100%;
        height: 100vh;
        background: #fdfdfd;
        font-family: 'Encode Sans Condensed', sans-serif;
        font-weight: 600;
        letter-spacing: .03em;
        color: #212121;
    }



}