body {background-color:white;} 
body {border:25px outset transparent; border-image:url(img/border.png) 68 68 round;}

td.n {text-indent:1.5em;}
img.small {height:20px; width:20px;} 
iframe {width:85%;} 
.r1 {text-align:right;}

.inside img.p,.inside iframe,.inside video,.inside c {display:flex; justify-content:center; align-items:center;}
/* inside อยู่ใน original.css */
.inside img.p {height:100vh;}
.inside iframe {height:60vh;}
.inside c {font-weight:bolder; font-size:110%;}

@media screen and (max-width:600px) {  /* For Mobile */
    img,video {width:205px;} 
}

@media screen and (min-width:601px) {  /* For PC */ 
    img,video {width:350px;} 
}