figure {
  margin: 0 auto;
}

td.user-mo a {
  color: #0A51A1;
  text-decoration: none;
  font-size: 16px;
}

td.user-mo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.swiper-wrapper {
  height: auto;
  width: 100%;
}

/*@media (max-width: 399px) {*/
/*    .swiper-wrapper {*/
/*        width: 300px;*/
/*    }*/
/*}*/

.swiper-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-paginator {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 3px 5px;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    font-weight: bold;
    font-size: 12px;
    color: white;
}
.swiper-paginator > span {
  margin: 5px;
}
.swiper-pagination-bullet-active {
  background-color: #0E54A2;
}
.pswp {
    z-index: 100000;
}
img.pswp__img {
  max-width: none !important;
}

.swiper-slide {
    height: calc(100vw * 0.69);
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 100%;
}

.slider-image {
    width: 100%;
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: 0;
}

.slide-img-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: calc(100vw * 0.69);
}
.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}
.swiper-button-next {
    right: 0;
    z-index: 9999;
}
.swiper-button-prev {
    left: 0;
}
.swiper-citnow-iframe {
    padding-top: 14%;
    height: 300px;
}
.black-backgrnd .swiper-pagination-bullet {
    background: #ffffff none repeat scroll 0 0;
}

.black-backgrnd .swiper-pagination-bullet-active {
    background-color: #0e54a2;
}

#car-pills {
    width: 100%;
}

.youtube-video-wrapper, .citnow-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.youtube-video-wrapper iframe, .citnow-wrapper iframe {
    padding-top: 44px;
    padding-bottom: 50px;
    width: 100%;
    height: 50%;
}

.pswp__youtube-video {
    padding-top: 44px;
    padding-bottom: 50px;
    width: 100%;
    position: absolute;
    top: 26%;
}

.citnow-video-wrapper {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
}
.citnow-video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-youtube-icon {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

@media (max-width: 900px) {
    .citnow-wrapper iframe {
        padding-top: 30%;
    }
}

@media (max-width: 480px) {
    .citnow-wrapper iframe {
        padding-top: 40%;
    }
    .phyron--video {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.pswp__button--arrow--left, .pswp__button--arrow--right{
    visibility: inherit !important;
    width: 50%;
    top: auto;
    bottom: 0px;
    height: 50px;
    background: url("/responsive/images/photoswipe_btn_bkg.png") !important; ;

}
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
    height: 20px;
    width: 20px;
    top: 15px;
    background: transparent 0px 0px;
    background-size: 20px 20px;
}
.pswp__button--arrow--left::before{
    background-image: url(/images/arr_left.svg)  !important;
    left: 40%;
}
.pswp__button--arrow--right::before{
    background-image: url(/images/arr_right.svg) !important;
    right: 40%;
}

.pswp__zoom-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
