/* One responsive player; JS moves this node between the two product columns. */
.py-source:empty{display:none}
.py-player{display:block;clear:both;width:100%;max-width:100%;margin:24px auto;box-sizing:border-box}
.py-player--vertical{max-width:360px}
.py-player__frame{position:relative;height:0;padding-bottom:56.25%;overflow:hidden;background:#101010;border-radius:6px}
.py-player--vertical .py-player__frame{padding-bottom:177.777778%}
.py-player__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.quickview .py-source,.quickview .py-player{display:none!important}
