.featured-video-plus.fvp-responsive .wp-video {
width: auto !important;
height: auto !important;
}
.featured-video-plus.fvp-responsive .wp-video video {
width: 100% !important;
height: auto !important;
}
.featured-video-plus.fvp-responsive .mejs-container {
width: 100% !important;
height: auto !important;
padding-top: 57%;
}
.featured-video-plus.fvp-responsive .mejs-overlay,
.featured-video-plus.fvp-responsive .mejs-poster {
width: 100% !important;
height: 100% !important;
}
.featured-video-plus.fvp-responsive .mejs-mediaelement video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
}
.featured-video-plus.fvp-responsive audio {
width: 100%;
}
.featured-video-plus.fvp-center {
text-align: center;
}
.featured-video-plus.fvp-center .wp-video {
margin: 0 auto;
}
.featured-video-plus.fvp-right {
text-align: right;
}
.featured-video-plus.fvp-right .wp-video {
margin: 0 0 auto auto;
}
.featured-video-plus.fvp-left {
text-align: left;
}
.featured-video-plus.fvp-left .wp-video {
margin: 0 auto auto 0;
}
.fvp-overlay,
.fvp-dynamic {
position: relative;
display: block;
height: auto;
width: auto;
}
.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon {
background: transparent no-repeat scroll center center;
position: absolute;
top: 0;
left: 0;
z-index: 999;
pointer-events: none;
display: none;
}
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
display: block;
background-image: url(//playjpn.com/wp-content/plugins/featured-video-plus/img/playicon.png);
}
.fvp-overlay .fvp-actionicon.load,
.fvp-dynamic .fvp-actionicon.load {
display: block;
}
.fvp-overlay .fvp-actionicon.load.w,
.fvp-dynamic .fvp-actionicon.load.w {
background-image: url(//playjpn.com/wp-content/plugins/featured-video-plus/img/loadicon_w.gif);
}
.fvp-overlay .fvp-actionicon.load.b,
.fvp-dynamic .fvp-actionicon.load.b {
background-image: url(//playjpn.com/wp-content/plugins/featured-video-plus/img/loadicon_b.gif);
}
#DOMWindow {
background: transparent center center no-repeat;
width: auto;
height: auto;
margin: auto auto;
overflow: hidden;
background-image: url(//playjpn.com/wp-content/plugins/featured-video-plus/img/loadicon_w.gif);
}
.fvp-onload {
display: none !important;
height: 0;
width: 0;
visibility: hidden;
}
.featured-video-plus .wp-video a:not(.post-thumbnail) {
display: none;
}
.no-js .featured-video-plus .wp-video a:not(.post-thumbnail) {
display: inline;
}
.featured-video-plus.fvp-responsive.fvp-spotify .fluid-width-video-wrapper {
padding-top: 100% !important;
}.perfecty-push-dialog-container {
position: fixed;
top: 0;
left: 0;
right: 0;
display: none;
z-index: 100000;
}
.perfecty-push-dialog-box {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: space-around;
width: 550px;
background: white;
padding: 15px;
border-radius: 5px;
box-shadow: 0px 7px 30px 0px grey;
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 370px) {
.perfecty-push-dialog-box {
width: 320px;
flex-wrap: wrap;
}
}
@media only screen and (min-width: 370px) and (max-width: 425px) {
.perfecty-push-dialog-box {
width: 350px;
flex-wrap: wrap;
}
}
.perfecty-push-dialog-box .perfecty-push-dialog-icon {
width: 100px;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form .perfecty-push-dialog-title {
margin: 20px 0px;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form button{
margin: 5px 10px;
font-size: 1em;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 600;
letter-spacing: 0.0222em;
line-height: 1.25;
opacity: 1;
padding: 1em 1.2em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.15s linear;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
background-color: #ffffff;
color: #f77924;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
background-color: #f77924;
color: #ffffff;
} .perfecty-push-settings-container {
z-index: 100000;
display: none;
}
.perfecty-push-settings-container #perfecty-push-settings-form {
display: none;
border: 1px solid rgb(221, 221, 221);
background-color: white;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.perfecty-push-settings-container #perfecty-push-settings-form label{
display: inline;
}
.perfecty-push-settings-container {
position: fixed;
bottom: 10px;
left: 10px;
}
.perfecty-push-settings-container #perfecty-push-settings-open {
height: 56px;
width: 56px;
background-color: transparent;
border: 0px;
margin: 0px;
padding: 0px;
outline: 0px;
box-sizing: border-box;
box-shadow: none;
}
.perfecty-push-settings-container #perfecty-push-settings-open svg {
color: #ffffff;
padding: 16px;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: #f77924;
transition: padding .1s ease-in-out;
cursor: pointer;
fill: #fff;
outline: none;
box-sizing: border-box;
}
.perfecty-push-settings-container #perfecty-push-settings-open svg:hover,
.perfecty-push-settings-container #perfecty-push-settings-open svg:focus {
padding: 12px;
}