*/
p.sample img {
    width: 20px;  /* 横幅を200pxに */
}

/*

*/
.sample img {
    width: 200px;
    height: 90px;  /* ←縦横比を維持する高さを自力で計算して指定できる */
}
/*