.poster-area {
  width:100%;
  margin-bottom: 85px;
}
.border-1 
 {
border-right: 2px solid #caaa5f;
border-bottom: 4px solid #caaa5f;
}
.border-2 
 {
border-left: 2px solid #caaa5f;
border-bottom: 4px solid #caaa5f;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}
.text-white {
  color: #fff;
}

.single-img:hover {
  cursor: pointer;
}

.single-img:hover .image {
  opacity: 0.5;
}

.single-img:hover .middle, .single-img:hover .poster_home {
  opacity: 1;
}

.video-icon {
  margin-bottom: 50px;
}

.p1-gradient-bg, .primary-btn:after, .is-sticky .default-header, .single-img, .member-area .overlay-bg, .contact-area .primary-btn, .footer-social a:hover {
  background-image: -moz-linear-gradient(0deg, #691cff 0%, #f51cb0 100%);
  background-image: -webkit-linear-gradient(0deg, #691cff 0%, #f51cb0 100%);
  background-image: -ms-linear-gradient(0deg, #691cff 0%, #f51cb0 100%);
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.poster_home {
  color: #fff;
  text-align: center;
  transition: .5s ease;
  opacity: 9;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 340px;
}

.poster_home h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;text-shadow: 1px 1px 0 #000, /* Тень 1 */
               2px 2px 0 #000, /* Тень 2 */
               3px 3px 0 #000; /* Тень 3 */
}

.poster_home p {
  color: #fff;
  font-size: 14px;
}
 p.video-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform:uppercase;
  letter-spacing: .5px;
  text-shadow: 1px 1px 0 #000, /* Тень 1 */
               2px 2px 0 #000, /* Тень 2 */
               3px 3px 0 #000; /* Тень 3 */
}
@media (max-width: 991px) {
  .poster_home {
    bottom: -55px;
  }
}

@media (max-width: 414px) {
  .poster_home {
    width: 300px;
  }
  .poster_home h2 {
    font-size: 15px;
  }
}
