﻿.lyc2Columns
{
  display : flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding : 1em 1em;
}
.lycNews
{
  flex-basis : calc(30% - 20px); 
  width : calc(30% - 20px);
}
.lycPicturePlayer
{
  flex-basis : 70%; 
  width : 70%;
}
.lycShortcutAndSchoolTour
{

}
.lycParentShortcut
{
  flex-basis : 300px;
}
.lycSchoolTour
{
  flex-basis : calc(100% - 300px);
}
.lycGallery
{
  padding : 2em 0;
  background-image : url(/download/Resource/BGImage/BG0009.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 480px) 
{
  .lycGallery
  {
    background-repeat: repeat;
  }
  .lyc2Columns
  {
    flex-direction: column;
    padding : 0;
  }
  .lycNews
  {
    width : 100%;
    order : 2;
  }
  .lycPicturePlayer
  {
    width : 100%;
    order : 1;
  }
}
@media (min-width: 481px) and (max-width: 767px) 
{
  .lycGallery
  {
    background-repeat: repeat;
  }
  .lyc2Columns
  {
    flex-direction: column;
    padding : 0;
  }
  .lycNews
  {
    width : 100%;
    order : 2;
  }
  .lycPicturePlayer
  {
    width : 100%;
    order : 1;
  }
}
@media (min-width: 768px) and (max-width: 979px) 
{
  .lycGallery
  {
    background-repeat: repeat;
  }
  .lyc2Columns
  {
    flex-direction: column;
    padding : 0;
  }
  .lycNews
  {
    width : 100%;
    order : 2;
  }
  .lycPicturePlayer
  {
    width : 100%;
    order : 1;
  }
}
@media (min-width: 980px) and (max-width:1199px) 
{
  .lycGallery
  {
    background-repeat: repeat;
  }
}
@media (min-width: 1200px) and (max-width:1919px) {}
@media (min-width: 1920px) {}
