﻿.aio-icon-header
{
    display: none;
}

@media only screen and (min-width: 707px) {
  .gallery-item-height {max-height: 200px;}
  .aio-icon-header
    {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
  .gallery-item-height {max-height: 220px;}
}

@media only screen and (min-width: 992px) {
  .gallery-item-height {max-height: 192px;}
}

@media only screen and (min-width: 1200px) {
  .gallery-item-height {max-height: 233px; min-height: 233px; height: 233px;}
}

/*
.projects-selected
{
    color: #fff !important;
}
*/

h3.aio-icon-title{margin:10px 0 30px !important}


