.video-simple-pangasius {
    .plyr {
        height: 500px;

        &__poster {
            @apply relative bg-cover;
            height: 500px;

            &::after {
                content: "";

                @apply absolute top-0 left-0 w-full h-full bg-primary opacity-50;
                position: absolute;
            }
        }
    }


    .plyr--full-ui.plyr--video .plyr__control--overlaid {

        @apply flex items-center justify-center bg-transparent border-solid border-2 border-white;

        width: 60px;
        height: 60px;
    }
}