.blog_slider {
  width:100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog_slider  .owl-dots{
  display: none;
}

.blog_slider .sync2 .owl-nav {
  display: none;
}

.sync2 .item {
  margin: 0px 5px;
  color: #FFF;
}

.sync1.owl-theme {
  position: relative;
}

.sync1.owl-theme .owl-next, .sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background: transparent !important;
}

.sync1.owl-theme .owl-next:hover, .sync1.owl-theme .owl-prev:hover {
  background: transparent !important;
}

.sync1.owl-theme .owl-prev {
  left: 20px;
}

.sync1.owl-theme .owl-prev svg, .sync1.owl-theme .owl-next svg {
  filter: drop-shadow(4px 0px 2px rgb(0 0 0 / 0.9));
}

.sync1.owl-theme .owl-next {
  right: 20px;
}

.sync1 .owl-stage .owl-item img {
  width: 100%;
  height: 450px;
}

.sync2 .owl-stage .owl-item img {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  cursor: pointer;
}

.blog_video iframe {
	margin: 3rem 0;
	width: 100%;
	border: 0;
	display: block;
	height: 42.7rem;
}

.blog_text .singleVideo_socail {
  display: none;
}

.blog_slider_text {
  display: none;
}

.ras-post_image {
  margin-top: 20px;
  text-align: center;
}

@media(min-width:1360px) and (max-width:1379.98px){
  .blog_video iframe {
    height: 41.4rem;
  }
}

@media(min-width:1200px) and (max-width:1359.98px){
  .blog_video iframe {
    height: 38.7rem;
  }
}

@media(min-width:992px) and (max-width:1199.98px){
  .blog_video iframe {
    height: 30.2rem;
  }
}

@media(min-width:768px) and (max-width:991.98px){
  .blog_video iframe {
    height: 38.7rem;
  }
}

@media(max-width:767.98px){
  .blog_video iframe {
		margin: 2.4rem 0;
		height: 28.7rem;
  }
}

@media(max-width:575.98px){
  .blog_video iframe {
    height: 52.6vw;
  }
}