/** small screens */
@media screen and (max-width: 768px) {

/** layout */
body {
    padding: 0 2px;
}
.banner h1 {
    font-size: 14px;
}
.banner h1 span {
    font-size: 12px;
}
#header {
    height: 90px;
}

/** hidden */
#website-logo-position,
#topmenu {
    display: none;
}

/** shown */
#topmenu-small {
    display: block;
}

/** venue full width */
.page-row-venue .venue-position {
    width: 100%;
    height: 100%;
    padding-left: 60px;
    background-image: url('../images/venue-right-layer.png');
    background-repeat: repeat;
}
.page-row-venue .page-position {
    padding-bottom: 80%;
}
.page-row-venue .picto {
    float: none;
    width: auto;
}


}