/*
Theme Name: Alltech E-CO2
Theme URI: http://underscores.me/
Author: Nathan da Silva
Author URI: http://www.m360.co.uk
Description: m360 are one of Nottingham’s leading creative agencies with more than 25 years experience. As a full-service agency we’re here to help you with all of your design, marketing and digital needs. We relish any creative challenge – from a rebranding project to an entire virtual world.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alltech
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Alltech E-CO2 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

div.team-img-container {
  max-height: 328px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  div.team-img-container {
    max-height: 248px;
  }
}

@media only screen and (max-width: 1200px) {
  div.team-img-container {
    max-height: 406px;
  }
  div.team-img-container img {
    width: 100%;
  }
}

.footer__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 15px; */
}

.footer__logo {
  max-width: 115px;
  margin: 15px 0px 0px 0px;
}

@media only screen and (min-width: 992px) {
  .footer__logos {
    flex-direction: row;
    margin-top: 0;
  }
  .footer__logo {
    margin: 0px 0px 0px 15px;
  }
}

@media only screen and (min-width: 1200px) {
}
