.AiMosiacContainer
{
  overflow:hidden;
}

.AiMosiacPage
{
  width:100%;
  height:100%;
  overflow:hidden;
  display:inline-block;
  vertical-align: top;
}

.AiSectionColumn
{
  display:inline-block;
  vertical-align: top;
  height:100%;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  box-sizing: border-box;
}

.AiSectionColumnTile
{
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
  position:relative;
  width:100%;
}

.AiMosiacImage
{
  width:100%;
  height:100%;
  object-fit:cover;
  cursor:pointer;
}

.AiMosiacFacbookImage
{
  height:2em;
  position:absolute;
  left:2px;
  opacity:.5;
  bottom:5px;
  display: none;
}


#mosaicPhotoPopUp
{
  background-color: #000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;

}

#mosaicPopUpClose
{
  margin-top: 0.3em;
  margin-left: 0.5em;
  height: 3em;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

#mosaicPhotoPopUpContainer
{
  position:relative;
  top: 0;
  height: 100%;
  overflow:hidden;

}


#mosaicPhotoPopUpImg
{
  display: block;
  height: 100%;
  margin: auto;
  background: #FFF;
  object-fit:cover;
}

#feedMosaicContainer
{
  height: 23em;
  border-top: 0.3em solid black;
  border-bottom: 0.3em solid black;
  display: block;
  overflow:hidden;
}

#mosaicScrollRight
{
  display: none;
  right: 0;
}

#mosaicScrollLeft
{
  display: none;
}

.AiMosiacScrollBar
{
  position: absolute;
  width: 2.9em;
  height: 24em;
  z-index: 1;
  background: rgba(0,0,0,0.8);
  cursor: pointer;

}

#mosaicRightImg
{
  position: absolute;
  top: 45%;
  left: 20%;
  width: 2em;
}




#mosaicLeftImg
{
  position: absolute;
  top: 45%;
  left: 15%;
  width: 2em;
}

@media screen and (max-device-width:1630px), screen and (max-width:1630px)
{

}


@media screen and (max-device-width:1440px), screen and (max-width:1440px)
{
  #feedMosaicContainer
  {
    margin: 0 auto;
    width: 96.5%;
  }
}

@media screen and (max-device-width:1280px), screen and (max-width:1280px)
{
  #feedMosaicContainer
  {
    margin: 0 auto;
    width: 96.5%;
  }
}
