@medai (max-width:1440px) {
  .contents {
    height: auto;
    width: 50%;
  }
}
@medai (max-width:1199px) {
  .contents {
    width: 66%;
  }
}
@medai (max-width:991px) {
  .contents {
    width: 79%;
  }
}
@media (max-width: 800px) {
  .contents {
    height: auto;
    width: 90%;
  }
}
