.solarsun_video_area{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px 105px 0px;
	position:relative;
}
.solarsun_video_area::before{
	content:"";
	height: 100%;
    width: 100%;
    top: 0;
    background-color: var(--color-primary);
    opacity: .5;
    left: 0;
    position: absolute;
}
.solarsun_video_area .video-overlay {
    padding: 50px 0 27px;
}
.solarsun_video_area .video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
    background:#000;
      transition: 
    background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s ease;
}
.solarsun_video_area .video-item a:hover{
  background: var(--color-primary);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.solarsun_video_area .tx_svd_icon {
    line-height: 75px;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
.solarsun_video_area .video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color: #fff;
    font-size: 28px;
}
.solarsun_video_area .video-item h3 {
    font-size:2rem;
    font-weight: 700;
    font-family: var(--title-font-family);
    margin-top: 35px;
    color: #fff;
}
.solarsun_video_area.metp_video_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 112px 0;
}
.solarsun_video_area.metp_video_area::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #121212;
    opacity: .5;
}
@keyframes witr-shadow{0%{box-shadow:0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)}100%{box-shadow:0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)}}
/* ===== Video Area CSS ===== */
.witr_youtube_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video_page_area .witr_swiper_height {
    z-index: -1;
}
.bvideo_page_area{
	position:relative;
}

@media(max-width:575px) {
  .solarsun_video_area .video-item a {
    width: 60px;
    height: 60px;
  }
}