/* 18. Premium */
.wmi-active-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: .47;
	border-radius: 0px;
	z-index: 1;
}
.premium-img img {
	width: 100%;
	box-shadow: 0px 16px 32px 0px rgba(189, 189, 189, 0.48);
	border-radius: 15px;
}
.wmi-video-lightbox-content {
    position: absolute;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wmi-video-title {
    z-index: 99;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wmi-video-lightbox-content i {
    font-size: 40px;
    position: absolute!important;
    top: 0;
    left: 4px;
    bottom: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: auto!important;
    right: 0;
}
.wmi-video-title h4 {
    color: #fff;
    text-transform: uppercase;
}
.premium-img .popup-video {
    display: block;
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 100px;
    z-index: 9;
    font-size: 14px;
    color: black;
    border-radius: 50%;
    background: rgb(255 255 255 / 79%);
}
.premium-img{
    overflow:hidden;
}
.premium-img {
    margin: 0;
}
.premium-img img {
    height: 100%!important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.premium-img .popup-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.767);
    z-index: -1;
    border-radius: 50%;
    transform: translate(0%, 0%);
    animation: wmi-play-scale 1500ms ease-out infinite;
}
.premium-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 80px;
	background: #29a268;
	transition: .3s;
}
.premium-area:hover .premium-title::before {
	width: 100px;
}
.premium-content p {
	margin-bottom: 0;
}
.sp-head .sp-icon {
	float: left;
	display: block;
	margin-right: 20px;
	height: 66px;
}
.sp-title {
	overflow: hidden;
}
.sp-title h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.sp-head {
	overflow: hidden;
	margin-bottom: 10px;
}
.single-premium p {
	margin-bottom: 0;
}
.s-premium-img img {
	width: 100%;
}
.s-premium-content h5 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #29a268;
	margin-bottom: 30px;
}
.s-premium-content p {
	margin-bottom: 25px;
}
.p-relative{
    position:relative;
}
.p-absolute{
    position:absolute;
}
@keyframes wmi-play-scale{
  0%{
      opacity:1; 
  }
 100%{
      opacity:0; 
      transform:scale(1.5);
  }
}
.premium-img img {
    height: 100%!important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.mfp-content button.mfp-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: rgb(0 0 0 / 38%);
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    border-radius: 100px;
}