/*-----------------------------------------------------------------------------------

	Theme Name: MEDICAL-LINK - Medical WordPress Theme
	Theme URI: http://www.pulsarmedia.ca
	Description: Premium Medical Theme produced by Pulsar Media
	Author: Pulsar Media
	Author URI: http://www.pulsarmedia.ca
	Version: 1.3.2
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
	License: GNU General Public License
	License URI: license.txt


General comments (optional).
-----------------------------------------------------------------------------------------*/

.basic-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;
}

.basic-grid .grid-item {
  width: calc(100% / 4);
}

.basic-grid .grid-item img {
  display: block;
  width: auto;
  max-height: 125px;
  margin: 0 auto;
}

@media (max-width: 699px) {
  .basic-grid .grid-item {
    width: calc(100% / 2);
  }
}

