        <style>
            .u-title {
                display: none;
            }

            .classifica-row {
                display: block;
                clear: both;
                float: none;
                width: 100%;
            }

            .classifica-row:after {
                content: "";
                display: table;
                clear: both;
            }

            .classifica-item {
                margin: 13px;
                padding: 1px;
                cursor: pointer;
                padding-bottom: 15px;
            }

            .classifica-immagine {
                width: 100%;
                height: 248px !important;
                background-color: #fdffff !important;
                border: 1px solid #e1e6e6;
                border-radius: 2px;
                padding: 2px;
                margin-bottom: 5px;
                text-align: center;
                position: relative;
            }

            .classifica-immagine img {
                width: auto;
                max-height: 220px;
                padding-top: 0px;
                border: 1px solid white;
                margin-top: 12px;
            }

            .classifica-nome {
                text-align: center;
                padding-top: 0px;
                text-transform: uppercase;
                font-size: 19px;
                line-height: 19px;
            }


            .classifica-heading {
                text-align: center;
                color: #ff7f00 !important;
                text-transform: uppercase;
                border-bottom: 1px solid #ff7f00;
                font-size: 18px;
                margin-bottom: 18px;
                margin-top: 16px;

            }

            .classifica-heading span {
                position: relative;
                top: 4px;
                background-color: white;
                padding: 5px;
            }

            .classifica-titolo {
                text-align: center;
                text-transform: uppercase;
                color: #aaaeae;
                font-weight: bold;
                padding-top: 10px;
                font-size: 15px;
                line-height: 18px;
            }

            .naz_persona {
                text-align: center;
                font-size: 12px !important;
                color: #8e8f8f;
                text-transform: initial;
            }

            .posizione {
                padding: 3px;
                font-size: 17px;
                font-weight: bold;
                text-align: center;
                display: inline-block;
                line-height: 1em;
                width: 100%;
                margin-top: 8px;
            }

            .posizione>span {
                font-size: 11px;
                text-transform: uppercase;
            }

            .posizione .number {
                background-color: #fc8d00;
                color: white;
                padding: 3px 10px;
                margin-left: 4px;
                margin-right: 4px;
                border-radius: 3px;
            }

            .posizione .text {
                background-color: #fa6900;
                color: white;
                padding: 3px 10px;
                margin-left: 4px;
                margin-right: 4px;
                border-radius: 3px;
            }

            .posizione .menzione {
                background-color: white;
                color: #fc8d00;
                border: 1px solid #fc8d00;
                padding: 3px 10px;
                margin-left: 4px;
                margin-right: 4px;
                border-radius: 3px;
            }

            .posizione .remarkable {
                background-color: white;
                color: #ddc000;
                border: 1px solid #ddc000;
                padding: 3px 10px;
                margin-left: 4px;
                margin-right: 4px;
                border-radius: 3px;
            }

            .altre-foto {
                background-color: #ffffff;
                height: 15px;
                border: 2px solid #cce0e2;
                border-radius: 4px;
                padding: 15px;
                font-weight: bold;
                font-size: 15px;
                color: #7dabb1;
                width: 222px;
                margin-left: auto;
                margin-right: auto;
            }

            .classifica-immagine-last {
                padding-top: 124px !important;
                height: 207px !important;
            }

            .photo_holder {
                background-color: white;
                padding: 40px;
                border-bottom: 3px solid #ff8207;
                margin-bottom: 50px;
            }

            @media screen and (min-width:767px) {
                .photo_holder {
                    display: grid;
                    grid-template-columns: 33% 33% 33%;
                }
            }

            @media screen and (max-width:767px) {
                .photo_holder {
                    padding: 1px;
                }

                .classifica-item {
                    margin: 2px;
                }

                .classifica-immagine {
                    height: auto !important;
                    padding: 0;
                    margin-bottom: 0;
                    box-sizing: border-box;
                    border: none;
                }

                .classifica-immagine img {
                    margin-top: 0;
                }
            }

            .see_all {
                background: black;
                color: white;
                transition: all .2s;
                padding: 3px 7px;
                border-radius: 5px;
                margin-left: 9px;
                text-transform: uppercase;
                font-size: .8rem;
                font-weight: bold;
            }

            .see_all:hover {
                background: #444;
                cursor: pointer;
            }
        </style>
        <script>
            var gallery_ = [];
        </script>
        <div class="mkd-layout-title-holder">
            <span class="mkd-section-title-holder clearfix mkd-pattern-light">
                <span class="mkd-st-title">
                    WINNERS - 2013                    <span class="see_all" onclick="ShowAll();">
                        <i class="fa fa-play"></i>
                        See all                    </span>
                </span>
            </span>
        </div>
        <div class="photo_holder">
            Table 'urbanph0_contest.Foto' doesn't exist---SELECT Foto.*,Classifica.Posizione,Classifica.Assoluto,Autore.*,Autore.Nome AS NomeAutore,Concorso.*
                FROM Foto
                INNER JOIN Classifica ON Foto.idFoto=Classifica.Foto
                INNER JOIN Autore ON Foto.Autore_idAutore=Autore.idAutore
                INNER JOIN Concorso ON Foto.Concorso_idConcorso=Concorso.idConcorso
                WHERE Sito='Urban2016' AND Concorso.Anno=2013 AND Classifica.Assoluto IS NOT NULL
				ORDER BY Classifica.Assoluto LIMIT 0,3