// =========================| Demo styles |========================= //



//--------------------------| Compass

@import '../../../node_modules/compass-mixins/lib/compass';



//====================> 1. Base

.demo-holder {

  .content {
    @include clearfix();

    .gallery {
      height: 0;
      overflow: hidden;
    }

    .photoroller {
      float: left;
      width: 48%;
      height: auto;
      margin-right: 2%;

      img {
        width: 100% !important;
        height: auto !important;
      }
    }
  }

}

.mobile .non-mobile {
  .content {
    display: none;
  }

  &::after {
    content: 'This plugin is not available for mobile devices.';
  }
}
