#site-title a{
  float: left;
  color: #F0F1F3;
  font-family: 'Arial';
}

.node h2.title{
  font-size: 35px;
  text-align: center;
  font-family: 'Arial';
}


.apps {
    width: 90%;
    margin-left: 10%;

    display: -webkit-flex; /* NEW */
    display: flex;
    -webkit-flex-wrap: wrap; /* NEW */
    flex-wrap: wrap;
    justify-content: center;
}

.app {
    width: calc((100% + 158px)  / 5);
    zoom: 50%;
    margin: 0px 4px 4px 0px !important;
}
.app-devices {
  zoom: 50%;
  display: block;
  width: auto;
  height: auto;
}

.app-icon {
    display: block;
    width: 50%;
}

.row {
    width: 100%;
    max-width: 2048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
}

.row-left {
    width: 40%;
}

.row-right {
    width: 60%;
}

.flexslider .slides img {
  max-height: 1024px;
  width: auto;
  display: block;
  margin: 0 auto;
}