.play-icon-wrapper{display:flex;align-items:center;justify-content:center;background-color:white;border-radius:9999px;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;transition:background-color .9s ease,transform .9s ease,box-shadow .9s ease}.play-icon polygon{fill:black;transition:fill .2s ease}.play-icon-wrapper:hover .play-icon polygon{fill:#fff}.play-icon-wrapper:hover{background-color:#A3BE23;transform:scale(1.05);box-shadow:0 6px 15px rgba(0,0,0,.2)}.play-icon-wrapper.hovered{background-color:#A3BE23}