.item-img {
  margin: 30px auto; }
  .item-img img {
    margin-right: 0 !important;
    width: 100% !important; }

.works_video-area {
  width: 100%;
  display: block;
  margin-top: 30px !important;
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%; }
  .works_video-area > iframe,
  .works_video-area > * {
    width: 100%;
    height: 100%; }

.worksListitem {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 5px;
  padding-left: 15px;
  margin-left: 10px;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .worksListitem {
      font-size: 16px;
      font-size: 1.6rem; } }
  .worksListitem a {
    text-decoration: underline;
    color: #d52a1c; }
  .worksListitem::before {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #d52a1c; }
  .worksListitem:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
