.press-media__frame{background-color:rgb(var(--rgb-forest));border-radius:var(--corner-radius-lg);margin:0 0 3.2rem}.press-media__frame:focus-within,.press-media__frame:hover{box-shadow:0 0 0 3px rgb(var(--rgb-link-blue))}.press-media__frame:hover{cursor:pointer}.press-media__frame>img{opacity:.5}.press-media__play-button{background-color:rgb(var(--rgb-kumo-green));border-radius:50%;color:rgb(var(--rgb-forest));height:3.2rem;position:relative;width:3.2rem;z-index:1}.press-media__play-button:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.press-media__play-button:hover{cursor:pointer}.press-media__frame:hover .press-media__play-button{background-color:rgb(var(--rgb-true-white))}.press-media__play-button>svg{left:calc(50% + .2rem);position:absolute;top:50%;transform:translate(-50%,-50%);width:1.2rem}@media only screen and (min-width:48em){.press-media__play-button{height:4.8rem;width:4.8rem}.press-media__play-button>svg{left:calc(50% + .3rem);width:2rem}}@media only screen and (min-width:64em){.press-media__play-button{height:6.4rem;width:6.4rem}.press-media__play-button>svg{width:auto}}