/* Move play button to bottom left in 7.1 video blocks */ .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon { position: absolute !important; top: auto !important; bottom: 20px !important; left: 20px !important; right: auto !important; margin: 0 !important; /* reset centering margins */ transform: none !important; } /* Optionally adjust the icon size */ .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon { width: 60px; height: 60px; background-size: 60px; }