/* Definice zobrazení HTML vrstvy nad bannery */
/* Ve STOVCE bude číselník zobrazovacích variant, který bude mít položku ident. Takže ident by měl být nějak součástí vždy definice dané verze vrstvy */

.banner-maly.banner-container {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position-x: center;
    max-width: 330px;
    height: 160px;
    margin: 0px auto;
}

.banner-maly .banner-container-inner {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 13px 20px 10px 20px;
    background-color: #e7e7e7;
    margin: 0px auto;
    background: url(/wwwroot/traveltrek/Images/banner-back.png) center top repeat-x;
}

.banner-maly .banner-title {
    font-size: 18px;
    color: #fff;
}

.banner-maly .banner-button {
    position: absolute !important;
    bottom: 13px;
}
