div#container
{
   width: 1000px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Med-2_bkgrnd.png');
   background-repeat: repeat-x;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#PhotoCollage1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
   position: relative;
}
#PhotoCollage1 .thumbnail img
{
   border: 0px #000000 solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoCollage1 .thumbnail
{
   opacity: 0;
   position: absolute;
}
#PhotoCollage1 .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   object-fit: cover;
}
#PhotoCollage1 .thumbnails
{
   perspective: 1300px;
}
#PhotoCollage1 .thumbnail.effect
{
   animation: PhotoCollage1-animation 1000ms ease-in-out forwards;
   transform: rotateY(-180deg);
   transform-style: preserve-3d;
}
@keyframes PhotoCollage1-animation
{
   0%
   {
   }
   100%
   {
      opacity: 1;
      transform: rotateY(0deg);
   }
}
#wb_PhotoCollage1
{
   position: absolute;
   left: 274px;
   top: 33px;
   width: 482px;
   height: 482px;
   z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 999px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #262626;
   background-image: none;
}
}
@media only screen and (max-width: 767px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #262626;
   background-image: none;
}
}
