@charset "utf-8";


/*popup*/

.PZwindow {display: flex; flex-direction: column;}
.PZwindow .PZwrap img {width:100%; height:100%}
.PZwindow  iframe {width: 100%;height: 100% !important;aspect-ratio: 16/9;}
@media only screen and (max-width: 900px){
    .PZwindow {width: 70% !important; top:0 !important; left:0 !important}
    .PZwindow .PZwrap {width: 100% !important;height: 100% !important;background: #333;} 
}
@media only screen and (max-width: 768px){
    .PZwindow {width: 80% !important; top:0 !important; left:0 !important}
    .PZwindow .PZwrap {width: 100% !important;height: 100% !important;background: #333;} 
}

@media only screen and (max-width:550px){
    .PZwindow {width: 100% !important}
}