.lt__youtube.--tv {
  width: 770px;
}
.lt__youtube.--tv h3 {
  font-size: 28px;
  border: 3px solid #3795ff;
  color: #3795ff;
  width: 9em;
  height: 2em;
  margin: 0 auto;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.lt__youtube.--tv h3.--clinic {
  border-color: #ff7200;
  color: #ff7200;
}
.lt__youtube.--tv .youtube__frame {
  margin-bottom: 22px;
  position: relative;
}
.lt__youtube.--tv .youtube__frame img {
  width: 100%;
}
.lt__youtube.--tv .youtube__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lt__youtube.--tv .slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lt__youtube.--tv .slider__wrapper .slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}
.lt__youtube.--tv .slider__wrapper .slider__title strong {
  font-size: 26px;
  margin-bottom: 1em;
}
.lt__youtube.--tv .swiper {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lt__youtube.--tv .swiper img {
  width: 100%;
}
.lt__youtube.--tv .swiper .yt__button {
  border: 0;
  background: none;
}
.lt__youtube.--tv .slick-slide {
  width: 180px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.lt__youtube.--tv .swiper-nav {
  border: 0;
  font-size: 0;
  width: 25px;
  height: 100px;
  background: url(/skin/latest/main_youtube/img/arrow.png) center/auto 35px no-repeat;
  /* &.--prev {
      left: 0;
      translate: -35px -50%;
  } */
}
.lt__youtube.--tv .swiper-nav.--next {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}/*# sourceMappingURL=style.css.map */