#banner4 {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 10; }

#banner4 > div {
  color: #fff;
  background-color: #ab75ce;
  box-shadow: inset 0 0 200px #7a469b;
  /*background-size: cover;*/
  /*background-position: center;*/
  padding: 144px 35px 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.banner4-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  padding-bottom: 30px; }

.banner4-text > h2 {
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  display: block;
  max-width: 600px;
  margin: 0 auto; }

@media (max-width: 768px) {
  #banner4 {
    height: calc(100% - 142px); }

  #banner4 > div {
    padding: 40px 25px; } }

/*# sourceMappingURL=banner4.css.map */
