/*.post-select-content {
	display:none;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: #222222;
  border: 2px solid #92bb16;
  border-radius: 7px;
  padding: 20px;
  transition: all .5s;
}
  .slide-post-select:hover .post-select-content {
	  display: block; 
		  transition: all .5s;
  }*/
.post-select-content {
    background: #222222;
    padding: 30px;
}

.slide-post-select img {
    height: 300px;
    width: 100%;
	object-fit: cover;
}
.watch-now a {
  background-color: #6951ff;
  border-radius: 2rem;
  padding: .75em 1.5em;
  transition: all .3s ease 0s;
  text-shadow: rgba(0, 0, 0, .3) 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: .75em;
  font-weight: 700;
  color: #fff;
  text-decoration: unset;
  
}
.swiper-post-select {
  overflow: hidden;
}
.swiper-post-select.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
  overflow: visible;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
	z-index: 1;
}
