/* line 1, eytg.scss */
.eytg_main_container {
  /* Embedded YouTube video will always be 16:9 */ }
  /* line 3, eytg.scss */
  .eytg_main_container .eytg-wall {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    background: #000; }
    /* line 10, eytg.scss */
    .eytg_main_container .eytg-wall iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  /* line 19, eytg.scss */
  .eytg_main_container:after,
  .eytg_main_container .eytg-wall:after,
  .eytg_main_container .easy_youtube_gallery:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

/* line 30, eytg.scss */
.easy_youtube_gallery {
  display: block;
  position: relative; }
  /* line 34, eytg.scss */
  .easy_youtube_gallery .eytg-item {
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    border: 0;
    height: auto;
    width: 100%;
    box-shadow: none; }
    /* line 44, eytg.scss */
    .easy_youtube_gallery .eytg-item:focus {
      outline: none; }
    /* line 50, eytg.scss */
    .easy_youtube_gallery .eytg-item.active .eytg-thumbnail:before, .easy_youtube_gallery .eytg-item:hover .eytg-thumbnail:before {
      background-position: bottom center; }
    /* line 54, eytg.scss */
    .easy_youtube_gallery .eytg-item .eytg-title {
      position: absolute;
      z-index: 5;
      width: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.2);
      color: #fff;
      font-size: 0.8rem;
      text-shadow: 1px 1px 1px #000; }
      /* line 64, eytg.scss */
      .easy_youtube_gallery .eytg-item .eytg-title.top {
        top: 0; }
      /* line 67, eytg.scss */
      .easy_youtube_gallery .eytg-item .eytg-title.bottom {
        bottom: 0; }
    /* line 71, eytg.scss */
    .easy_youtube_gallery .eytg-item .eytg-thumbnail {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #1f1f1f; }
      /* line 83, eytg.scss */
      .easy_youtube_gallery .eytg-item .eytg-thumbnail:before {
        content: " ";
        display: block;
        width: 84px;
        height: 59px;
        background-image: url(../img/play.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-color: transparent;
        opacity: 0.9;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -42px;
        margin-top: -30px;
        cursor: pointer;
        outline: 0;
        transform: scale(0.75); }
  /* line 108, eytg.scss */
  .easy_youtube_gallery.col-2 .eytg-item {
    width: 50%; }
  /* line 111, eytg.scss */
  .easy_youtube_gallery.col-3 .eytg-item {
    width: 33.3333%; }
  /* line 114, eytg.scss */
  .easy_youtube_gallery.col-4 .eytg-item {
    width: 25%; }
  /* line 117, eytg.scss */
  .easy_youtube_gallery.col-5 .eytg-item {
    width: 20%; }
  /* line 120, eytg.scss */
  .easy_youtube_gallery.col-6 .eytg-item {
    width: 16.6666%; }
  /* line 123, eytg.scss */
  .easy_youtube_gallery.col-7 .eytg-item {
    width: 14.2857%; }
  /* line 126, eytg.scss */
  .easy_youtube_gallery.col-8 .eytg-item {
    width: 12.5%; }

/* line 131, eytg.scss */
.easy_youtube_gallery.ar-4_3 .eytg-item .eytg-thumbnail {
  padding-bottom: 75%; }

/* line 134, eytg.scss */
.easy_youtube_gallery.ar-square .eytg-item .eytg-thumbnail {
  padding-bottom: 100%; }

@media only screen and (max-width: 768px) {
  /* line 139, eytg.scss */
  .easy_youtube_gallery:not(.col-1) .eytg-item {
    width: 50% !important; } }
@media only screen and (max-width: 480px) {
  /* line 144, eytg.scss */
  .easy_youtube_gallery[class*='col-'] .eytg-item {
    width: 100% !important; } }

/*# sourceMappingURL=eytg.css.map */
