.p-youtube .p-youtube-inr iframe{
    width: 640px;
    height: 360px;
}
@media screen and (max-width: 700px){
    .p-youtube .p-youtube-inr iframe{
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}