@charset "utf-8";
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.container-white {
  padding: 30px;
}
.trainingServices {
  margin-top: 35px;
}
.trainingServices .brand a {
  display: block;
  float: left;
  width: 239px;
  height: 239px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.trainingServices .brand img {
  width: 239px;
  height: 239px;
}
.trainingServices .brand .infoBottom {
  display: none;
}
.trainingServices .vertical .infoBottom {
  width: 0;
  height: 239px;
}
.trainingServices .brand a {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.trainingServices .brand a:hover {
  transform: scale(1.03);
}
