.no-gutter > [class*="col-"] {
  padding: 0px;
}

.wrapping-gutter > [class*="col-"] {
  padding-bottom: 15px;
  padding-top: 15px;
}

.wrapping-gutter-bottom > [class*="col-"] {
  padding-bottom: 15px;
}

.wrapping-gutter-top > [class*="col-"] {
  padding-top: 15px;
}

.abs-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.abs-center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vert-center-col {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.animate {
  -webkit-animation-name: example;
  -webkit-animation-duration: 1s;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
