.page-module.upcoming-screening,
.page-module.past-screening
{
  background-color: #e6e6e0;
}

.page-module.press-and-media .wrap
{
  padding: 1rem;
}

.page-module.upcoming-screening h3,
.page-module.press-and-media h3
{
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.page-module.upcoming-screening .list-item,
.page-module.past-screening .list-item
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-module.upcoming-screening .cover-wrap,
.page-module.past-screening .cover-wrap
{
  width: 400px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-module.upcoming-screening .introduce-wrap,
.page-module.past-screening .introduce-wrap
{
  width: 50%;
}

.page-module.press-and-media
{
  background-color: #f0f0f0;
}

.page-module.press-and-media .list
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-module.press-and-media .list .list-item
{
  width: 32%;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.page-module.press-and-media .list .list-item .cover-wrap
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-module.press-and-media .list .list-item img
{
  width: 100%;
  display: block;
}

.page-module.press-and-media .list .list-item .title
{
  margin-top: 4px;
  font-size: 1.2rem;
}
