.product-videos-grid {
  display: flex;
  flex-flow: row wrap; }
  .product-videos-grid .product-video-item {
    margin: 0.3rem;
    position: relative;
    width: 30%; }
    .product-videos-grid .product-video-item .video-thumbnail, .product-videos-grid .product-video-item .play-icon {
      cursor: pointer; }
    .product-videos-grid .product-video-item .play-icon {
      background: url("../../images/play.svg") no-repeat center;
      background-size: contain;
      bottom: 0;
      display: inline-block;
      height: 9rem;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }

.content.product-video-modal {
  height: 0;
  padding: 2.5rem 0 50% 0;
  position: relative; }
  .content.product-video-modal iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*# sourceMappingURL=module.css.map */
