@charset "UTF-8";

.elemento_banner {
    display: block;
    float: none;
    clear: both;
    padding-top: 8px;
}

.preview_immagine {
    display: block;
    float: left;
    width: 22%;
    height: 25px;
    background-size: cover!important;
}

.dati_banner {
    display: block;
    float: left;
    width: 78%;
    text-align: right;
}

.PW_titolo {
    clear: both;
    font-size: 1.1em;
}

.PW_descrizione {
    clear: both;
    text-transform: uppercase;
    font-size: 0.7em;
}

.banner-pweb-container {
    display: table;
    clear: both;
    width: 100%;
}

#switch{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
}

#switch img{
    display:none;
    border: 1px solid red;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}