.farmerBg {
  background: url("../images/photo04.jpg") center bottom no-repeat;
}

/*youtube埋め込みレスポンシブ用設定*/
@media (max-width: 959px) {
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
}