.mrg-bot {
  margin-bottom: 40px;
}

.set-preview {
  margin-top: 130px;
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 1440px) {
  .set-preview {
    margin-top: 100px;
  }
}
.set-preview h1 {
  font-size: 2em;
  color: white;
  font-style: italic;
  font-family: "Noto Serif", serif;
}
.set-preview img {
  width: 100%;
  margin: 20px 0;
}

.full-movie-button {
  width: 162px;
  background: #ffc547;
  border-radius: 7px;
  margin-top: 30px;
  float: right;
}
.full-movie-button a {
  color: black;
  display: block;
  padding: 8px 2px;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.full-movie-button a:hover {
  color: black;
  box-shadow: 0 0 25px rgb(255,222,79);
}
.teaser-img .teaser-join {
    position: absolute;
    top: 43%;
    left: 45%;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
}
.teaser-img .teaser-join .glyphicon{
  line-height: 110px;
  display: block;
  font-size: 35px;
  color: red;
  padding-left: 3px;
  transition: all 0.3s ease;

}
.teaser-img .teaser-join .glyphicon:hover {
  color: white;
}
.teaser-img .teaser-join:hover {
  box-shadow: 0 0 10px 2px rgba(237, 19, 19, 0.5);
  border-color: red;
}
@media(max-width:991px) {
    .teaser-img .teaser-join {
        width: 70px;
        height: 70px;
    }
    .teaser-img .teaser-join .glyphicon {
        line-height: 63px;
    }
}
@media(max-width:500px) {
    .teaser-img .teaser-join {
        top: 40%;
        left: 40%;
    }

}
.set-description-preview {
  padding: 30px 30px 40px 30px;
  background: #262626;
  margin-bottom: 50px;
}
.set-description-preview p {
  line-height: 210%;
  color: #666;
}
.set-description-preview .tags {
  margin-top: 30px;
}
.set-description-preview .watch-movie {
  margin-bottom: 15px;
}
.set-description-preview .watch-movie a {
  padding: 10px;
  border: 1px solid #E2A116;
  border-radius: 7px;
  display: inline-block;
}
.set-description-preview .watch-movie a:hover {
  border: 1px solid #E2A116;
  background: #E2A116;
  color: black;
}

.more-movies-preview h5 {
  padding: 5px 0;
  font-size: 1.4em;
  border-bottom: 1px solid #ffc547;
}

/* ----- set preview model page -----	*/

/* set_prev container */
.set_prev {
    position: relative;
    display: inline-block;
}

/* set_prev text */
.set_prev .set_img {
    visibility: hidden;
    width: auto;
    /* Position the set_prev text */
    position: absolute;
    z-index: 1;
    /*bottom: 125%;*/
    left: 15%;

    /* Fade in set_prev */
    opacity: 0;
    transition: opacity 0.5s;
}

.set_prev .set_img img {
	border-radius: 15px;
	width: 220%;
	height:220%;
}

/* set_prev arrow
.set_prev .set_img::after {
    content: "";
    position: absolute;
   /* top: 100%;
    left: 15%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
} */

/* Show the set_prev text when you mouse over the set_prev container */
.set_prev:hover .set_img {
    visibility: visible;
    opacity: 1;
}



@media(max-width: 768px) {
    .full-movie-button {
      width: 162px;
      background: #ffc547;
      border-radius: 7px;
      float: none;
      margin: 0 auto;
      margin-top: 10px;
  }
}
@media(max-width: 1024px) {
  .set-description-preview #grow {
      height: 80px;
      overflow: hidden;
      -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    animation-duration: 1s;
  }

  .set-description-preview .show-more {
      margin-top: 20px;
      background: none;
      color: #FFF0BE;
      border: 1px solid #FFF0BE;
      outline: none;
  }

  .set-description-preview {
      padding: 30px 30px 30px 30px;
    }
    .set-description-preview p {
        font-size: 13px;
    }

}

@media(min-width: 1025px) {
    .set-description-preview .grow,
    .set-description-preview .show-more {
        display: none;
    }
}

.set-preview .button-get-access a.get-access {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 25px;
    display: block;
    color: #000;
    background: #FFC547;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #ffc547;
}
.set-preview .button-get-access a.get-access .fa {
    margin-right: 15px;
}
