﻿.image {
  vertical-align: bottom;
}

.layout span {
  display: block;
}
.layout .layout__box {
  overflow: hidden;
}
.layout .layout__box2 {
  padding: 0 50px;
}
.layout .layout__image {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.layout.layout--people .layout__box2 {
  padding: 0 45% 0 50px;
}
.layout.layout--white .layout__box2 {
  color: #fff;
}
.layout:hover .layout__image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .layout .layout__box2 {
    padding: 0 !important;
  }
}
