.single-videos .site-content {
    display:block;
}
.video-box {
    position: relative;
    margin: 50px 0;
    justify-content: center;
    display: flex;
}
/* .video-box iframe,
.rll-youtube-player {
    width: 100%;
    max-width: 77%!important;
    border-radius: 20px;
	right: 0 !important;
    margin: auto;
} */
.rll-youtube-player {
	width: 100%;
    max-width: 77%!important;
    border-radius: 20px;
	right: 0 !important;
    margin: auto;
}

.video-navigation {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: row-reverse;
    top: 50%;
}
.nav-previous a{
/*   border: 1px solid; */
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: scale(1.02);
  transition: 0.5s;
  background-color: #000;
  transform: rotate(180deg);
}
.nav-next a {
/*   border: 1px solid; */
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: scale(1.02);
  transition: 0.5s;
  background-color: #000;
  transform: rotate(270deg);
}
.nav-next a img {
    max-width: 22px;
}

.nav-previous img {
  width: 21px;
  height: auto;
  transform: rotate(267deg);
}
.single-videos .nav-next,
.single-videos .nav-previous {
	background: none !important;
    border-left: none !important;
}

@media screen and (max-width: 768px) {
  .skeleton-box { width: 48%; }
  .nav-previous a, .nav-next a {
    width: 36px;
    height: 36px;
  }
  .nav-next img,
  .nav-previous img {
    width: 15px;
  }
}