.ghostkit-video{--gkt-video__background-color: var(--gkt-color-light-gray);--gkt-video--play-icon__width: 60px;--gkt-video--play-icon__height: 60px;--gkt-video--play-icon__font-size: 0.7em;--gkt-video--play-icon__color: var(--gkt-color-dark-gray);--gkt-video--play-icon__background-color: #fff;--gkt-video--play-icon__border-radius: 50%;--gkt-video--play-icon__box-shadow: 0 0 10px 4px rgba(0, 0, 0, 4%), 0 0 1px 1px rgba(0, 0, 0, 2%);--gkt-video--play-icon-hover__box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 4%), 0 0 1px 1px rgba(0, 0, 0, 2%);--gkt-video--play-icon-hover__transform: translateY(-1px);--gkt-video--loading-icon__width: 60px;--gkt-video--loading-icon__height: 60px;--gkt-video--loading-icon__font-size: 0.7em;--gkt-video--loading-icon__color: var(--gkt-color-dark-gray);--gkt-video--loading-icon__background-color: #fff;--gkt-video--loading-icon__border-radius: 50%;--gkt-video--loading-icon__box-shadow: 0 0 10px 4px rgba(0, 0, 0, 4%), 0 0 1px 1px rgba(0, 0, 0, 2%);--gkt-video__transition-duration: var(--gkt-transition-duration);--gkt-video__transition-easing: var(--gkt-transition-easing)}.ghostkit-video-fullscreen{--gkt-video-fullscreen__background-color: rgba(0, 0, 0, 90%);--gkt-video-fullscreen--close-button__width: 60px;--gkt-video-fullscreen--close-button__height: 60px;--gkt-video-fullscreen--close-button__font-size: 1.4em;--gkt-video-fullscreen--close-button__color: #fff;--gkt-video-fullscreen--close-button__opacity: 0.2;--gkt-video-fullscreen--close-button-hover__opacity: 1;--gkt-video-fullscreen__transition-duration: var(--gkt-transition-duration);--gkt-video-fullscreen__transition-easing: var(--gkt-transition-easing)}.ghostkit-video.is-style-icon-only{height:var(--gkt-video--play-icon__height);margin-right:auto;margin-left:auto;overflow:unset;background-color:rgba(0,0,0,0)}.ghostkit-video.is-style-icon-only::before{content:none}.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left .ghostkit-video-play-icon,.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-left .ghostkit-video-loading-icon{left:0;margin-left:0}.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-right .ghostkit-video-play-icon,.ghostkit-video.is-style-icon-only.ghostkit-video-style-icon-only-align-right .ghostkit-video-loading-icon{right:0;left:auto;margin-left:0}.ghostkit-video{position:relative;overflow:hidden;cursor:pointer;background-color:var(--gkt-video__background-color)}.ghostkit-video::before{display:block;width:100%;padding-top:56.25%;content:""}.ghostkit-video[data-video-aspect-ratio="16-9"]::before,.ghostkit-video[data-video-aspect-ratio="16:9"]::before,.ghostkit-video-aspect-ratio-16-9::before{padding-top:56.25%}.ghostkit-video[data-video-aspect-ratio="21-9"]::before,.ghostkit-video[data-video-aspect-ratio="21:9"]::before,.ghostkit-video-aspect-ratio-21-9::before{padding-top:42.857%}.ghostkit-video[data-video-aspect-ratio="4-3"]::before,.ghostkit-video[data-video-aspect-ratio="4:3"]::before,.ghostkit-video-aspect-ratio-4-3::before{padding-top:75%}.ghostkit-video[data-video-aspect-ratio="3-2"]::before,.ghostkit-video[data-video-aspect-ratio="3:2"]::before,.ghostkit-video-aspect-ratio-3-2::before{padding-top:66.667%}.ghostkit-video-poster{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.ghostkit-video-poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ghostkit-video-play-icon{position:absolute;top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:var(--gkt-video--play-icon__width);height:var(--gkt-video--play-icon__height);margin-top:calc(var(--gkt-video--play-icon__width)/-2);margin-left:calc(var(--gkt-video--play-icon__height)/-2);font-size:var(--gkt-video--play-icon__font-size);color:var(--gkt-video--play-icon__color);background-color:var(--gkt-video--play-icon__background-color);border-radius:var(--gkt-video--play-icon__border-radius);box-shadow:var(--gkt-video--play-icon__box-shadow);opacity:1;transition:var(--gkt-video__transition-duration) transform var(--gkt-video__transition-easing),var(--gkt-video__transition-duration) box-shadow var(--gkt-video__transition-easing),var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing)}.ghostkit-video:hover .ghostkit-video-play-icon,.ghostkit-video:focus .ghostkit-video-play-icon{box-shadow:var(--gkt-video--play-icon-hover__box-shadow);transform:var(--gkt-video--play-icon-hover__transform)}.ghostkit-video-loading .ghostkit-video-play-icon,.ghostkit-video-playing .ghostkit-video-play-icon{opacity:0}.ghostkit-video-loading-icon{position:absolute;top:50%;left:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:var(--gkt-video--loading-icon__width);height:var(--gkt-video--loading-icon__height);margin-top:calc(var(--gkt-video--loading-icon__width)/-2);margin-left:calc(var(--gkt-video--loading-icon__height)/-2);font-size:var(--gkt-video--loading-icon__font-size);color:var(--gkt-video--loading-icon__color);background-color:var(--gkt-video--loading-icon__background-color);border-radius:var(--gkt-video--loading-icon__border-radius);box-shadow:var(--gkt-video--loading-icon__box-shadow);opacity:0;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing)}.ghostkit-video-loading .ghostkit-video-loading-icon{opacity:1}.ghostkit-video:not(.ghostkit-video-loading) .ghostkit-video-spinner{animation:none}.ghostkit-video-fullscreen-close-icon{display:none}.ghostkit-video-frame{position:absolute;top:0;left:100%;z-index:4;width:100%;height:100%;opacity:0;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing),0s var(--gkt-video__transition-duration) left}.ghostkit-video-frame iframe,.ghostkit-video-frame video{width:100%;height:100%;visibility:visible}.ghostkit-video-playing .ghostkit-video-frame{left:0;opacity:1;transition:var(--gkt-video__transition-duration) opacity var(--gkt-video__transition-easing),0s left}.ghostkit-video-fullscreen{position:fixed;top:0;left:0;z-index:1500;display:none;width:100%;height:100%;background-color:var(--gkt-video-fullscreen__background-color)}body.admin-bar .ghostkit-video-fullscreen{top:32px;height:calc(100% - 32px)}@media screen and (max-width: 782px){body.admin-bar .ghostkit-video-fullscreen{top:42px;height:calc(100% - 42px)}}@media screen and (max-width: 600px){body.admin-bar .ghostkit-video-fullscreen{top:0;height:100%}}.ghostkit-video-fullscreen-frame{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.ghostkit-video-fullscreen-frame iframe,.ghostkit-video-fullscreen-frame video{width:100%;height:100%}.ghostkit-video-fullscreen-close{position:absolute;top:0;right:0;z-index:2;width:var(--gkt-video-fullscreen--close-button__width);height:var(--gkt-video-fullscreen--close-button__height);font-size:var(--gkt-video-fullscreen--close-button__font-size);line-height:var(--gkt-video-fullscreen--close-button__height);color:var(--gkt-video-fullscreen--close-button__color);text-align:center;cursor:pointer;opacity:var(--gkt-video-fullscreen--close-button__opacity);transition:var(--gkt-video-fullscreen__transition-duration) opacity var(--gkt-video-fullscreen__transition-easing)}.ghostkit-video-fullscreen-close:hover,.ghostkit-video-fullscreen-close:focus{opacity:var(--gkt-video-fullscreen--close-button-hover__opacity)}