/* 10.03.26 */

@media screen and (max-width: 559px) {
  .licenses .__item .__image {
    width: 100%;
    max-height: 200px;
  }

  .licenses .__item .__image img {
    height: 200px;
    object-fit: contain;
  }
}

@media (max-width: 540px) {

  .teams .__inner .row>*,
  .teams.video .__inner .row>* {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
}