/* CSS Document */

article p.ckanext-showcase-image-container {
    display: none;
}

section.module.module-narrow.module-shallow {
    padding-bottom: 0px;
}

.ckanext-showcase-image-container {
    text-align: left;
}

.ckanext-showcase-image {
    max-width: 150px;
    max-height: 100px;
    margin-bottom: 0px !important;
}

.dqc-showcase-image {
    max-width: 150px;
    max-height: 100px !important;
    margin-bottom: 17px !important;
}

.dqc-showcase-nav {
}

.dqc-showcase-nav-item {
    list-style-type: none;
    font-size: 14px;
    margin-left: -40px;
}

@media screen and (max-width: 767px) {

  .hide_mobile {
    display:none;
  }

  body section.mobile_max {
    width:100%;
    padding-right:25px;
  }
}

@media screen and (min-width: 767px) {
  
  .hide_desktop {
    display:none;
  }
}
