/* schermi piccoli */
@media only screen and (max-width: 623px) {
    #navBar {
        display: none;
    }
    #loghi .col {
        height:70px;
      }
    #secondoTitolo {
        display:none;
    }
}
/* schermi grandi */
@media only screen and (min-width: 624px) {
    #sideMenu {
        display: none;
    }
    #loghi .col {
        height:90px;
      }
}
.logoPartner {
    height: 150px;
    width: 100%;
}
.logoPartner div {
    height: 100%;
    width: 100%;
}
.product-item__media .imgPreview {
    height: 100%;
    width: 100%;
}
.footerImg {
    height: 70px;
    width: 70px;
}
.footerImg div{
    height: 100%;
    width: 100%;
}
.bottoneMotoFooter {
    padding: 2px 6px;
    background-color: #222222;
    border-color: #222222;
}
.latest-news-item {
    align-items: center;
}