/*Collage*/
.collage {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.collage_box, .collage_box_w2, .collage_item {
   text-align: center;
   width: 384px;
   height: 768px;

   -webkit-flex-grow: 1;
   flex-grow: 1;
   max-width: 500px;

   background-position: center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;

   line-height: 384px;
}
.collage_box, .collage_box_w2 {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.collage_box_w2 {
   min-width: 500px;
   max-width: 1000px;
   -webkit-flex-grow: 2;
   flex-grow: 4;
}
.collage_item {
   height: 384px;
   color: #000;
   overflow: hidden;
   background-color: #fff;
}
.collage_item img{
   width: 100%;
}
.collage_box_w2 .collage_item {
   height: 768px;
   line-height: 768px !important;
   max-width: 1000px;
}
.collage_content {
   font-family: Open Sans, sans-serif;
   display: inline-block;
   vertical-align: middle;
   text-align: left;
   width: 62%;
   line-height: 170%;
   font-size: 90%;
}
.collage h2{
   margin: 0px;
   padding: 0px;
}
.collage_box_w2 h2{
   margin-bottom: 15%;
}
