.es-link-cards .es-play-button{background:var(--color-brand-primary);border-radius:100%;height:60px;left:50%;margin:-30px 0 0 -30px;position:absolute;top:50%;transition:background .4s ease;width:60px;z-index:3}.es-link-cards .es-play-button:before{border:10px solid transparent;border-left:16px solid var(--color-white);content:"";height:0;left:50%;margin:-10px 0 0 -6px;position:absolute;top:50%;transition:border-color .4s ease;width:0;z-index:1}.es-link-cards a.es-card:focus .es-play-button,.es-link-cards a.es-card:hover .es-play-button{background-color:var(--color-brand-secondary)}