
  
  .left-btn > a {
    float: left;
  }
  
  .left-btn > a:not(:last-of-type) {
    margin-right: 0.5em;
  }
  
  .social-function .modal-open {
    display: flex;
  }
  
  .video_gallery_list_page .product_img {
    position: relative;
  }
  
  .video_gallery_list_page .product_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://lleol.cymru/pub/file/70b285fa/video-play.png);
    background-size: 60px 50px;
    width: 60px;
    height: 50px;
  }
  
