.myVideo-dimensions {
  width: 100%;
  height: 100vh;}

.swiper-container-lb {
  width: 100%;
  height: 100vh;
  overflow: hidden;}

.swiper-container-lb .swiper-wrapper .swiper-slide .img-1 {
  width: 100%;
  height: 100vh;}

.swiper-button-next,
.swiper-button-prev {
  display: none;
  color: #fff;}

.video-js .vjs-big-play-button {
  display: none;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  -webkit-border-radius: 50%;}

.swiper-container-lb-pc {
  display: block;}

.swiper-container-lb-phone {
  display: none;}

@media screen and (max-width: 768px) {
  .swiper-container-lb-pc {
    display: none;}

  .swiper-container-lb-phone {
    display: block;}

  .swiper-container-lb {
    height: auto;}

  .swiper-container-lb .swiper-wrapper .swiper-slide .img-1 {
    height: auto;}
}