.gallery-video-url-items .slick-next,
.gallery-video-url-items .slick-prev {
  position: absolute;
  top: 50%;
  background: none;
  font-size: 3em;
  height: 100px;
  text-decoration: none;
}
.gallery-video-url-items .slick-prev:before,
.gallery-video-url-items .slick-next:before {
  color: #aaa;
  font-size: 25px;
}
.gallery-video-url-items .slick-prev:before {
  padding: 0px
}
.gallery-video-url-items .slick-arrow {
  right: -18px;
}
.slider.slider-single .iframe-preview {
  height: 500px;
  width: 100%;
}
.slider.slider-single .slick-track {
  text-align: center;
}
.gallery-video-url-items {
  text-align: center;
}

.roles-featured-video{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.video-container {
  display: flex;
  justify-content: center;
}


.slider.slider-single .iframe-video {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  height: 500px !important;
}
.gallery-video-url-items .gallery-iframe-video{
  aspect-ratio: 16 / 9;
  max-width: 100% !important;
  height: auto !important;
}


.img-roles {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-slider{display: inline-block; max-width: 500px; max-height: 200px;}

.video-slider img {float:none !important; max-width: 100% !important; height:auto !important; }

.text-center-slider {
  text-align: center;
}


@media (min-width:1440px) {
  .text-center-slider {
    text-align: center;
  }
}

/* Desktop */
@media (min-width:1920px) {
  .text-center-slider {
    text-align: center;
    padding-top: 10%;
  }
}

/*.videoFullsize a {
  position: absolute;
  display: block;
  background: url(url_to_play_button_image.png);
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}*/


/* Individual video container */
.video-wrap {
  position: relative;
  /*max-width: 700px;*/
  width: 100%;
  margin-bottom: 10px;
}
/* video poster frame or placeholder image */
.videoFullsize .placeholder {
  /*max-width: 700px;*/
  width: 100%;
}
/* SVG play button container */
.videoFullsize .play-btn {
  position: absolute;
  /*max-width: 700px;*/
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoFullsize .play-btn svg {
  transition: all .2s ease;
  fill: #fff;
}
.videoFullsize .play-btn:hover svg,
.videoFullsize .play-btn:focus svg {
  cursor: pointer;
  fill: #17e617;
}
/* adjust your icon size, add different breakpoints as needed */
@media screen and (max-width: 800px) {
  .videoFullsize .play-btn {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 45%;
  }
}


@media screen and (max-width: 600px) {
  .videoFullsize .play-btn {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 40%;
  }
}

@media screen and (max-width: 400px) {
  .videoFullsize .play-btn {
    width: 40px;
    height: 40px;
    left: 50%;
    top: 30%;
  }
}
