/* === UN Community: карточки Афиши — не обрезать афиши === */
.t-cms__card__image{
      background-size: contain !important;
        background-color: #FFFAF3;
          background-repeat: no-repeat;
          }
          
          /* UN Community: логотип в Header — крупнее и читаемо */
          .t-menu-base__imglogo{
                height: 40px !important;
                  max-height: 40px !important;
                    width: auto !important;
                      max-width: none !important;
                      }
                      @media screen and (max-width: 640px){
                            .t-menu-base__imglogo{
                                    height: 32px !important;
                                        max-height: 32px !important;
                                            max-width: none !important;
                                              }
                                              }
                            }
                      }
          }
}