/* breakpoints */
.instagram-feed-content > .row > [class*='col-'] > a,
.instagram-feed-content > .row > [class='col'] > a {
  float: left;
}

[class*="crt-col"] {
  width: 50% !important;
  padding: 0 7.5px;
}

[class*="crt-col"] .crt-post {
  margin: 0 0 15px !important;
}

@media screen and (min-width: 768px) {
  [class*="crt-col"] {
    width: 50% !important;
  }
}

@media screen and (min-width: 992px) {
  [class*="crt-col"] {
    width: 25% !important;
  }
}

.crt-post-header,
.crt-post-text,
.crt-post-footer {
  display: none;
}

.crt-post-border {
  border: 0 !important;
}

.crt-post-content {
  cursor: pointer;
}

.crt-logo {
  font-size: 0.5rem !important;
}

.crt-feed {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.crt-widget-waterfall {
  min-height: 1px !important;
}
