
.image-panel-container {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;  
  width:98%;
  align-items: center;
  justify-content: center;
}


.image-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 42px;
    padding: 2.66667rem;
    min-height: 380px;
    max-height:380px;
    min-width:450px;
    max-width:450px;
    background-size: cover;
   padding:0px;
   margin:0px; 
  }
  
.og-title{
  padding:20px;
}

  .background-opacity{
    background-color:rgba(255, 255, 255,0.8);
   

  }
  .image-panel .image-panel-title,
  .image-panel .image-panel-title-slideout {
    margin-top: 0;
    padding-bottom: 0;
    color: black ;
    border-bottom: 0;
    vertical-align: bottom;
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index:1000px;
   }
  
   h4.image-panel-title{
     color:black !important;
   }

  .image-panel:hover .image-panel-title,
  .image-panel:hover .image-panel-type {
    opacity: 0;
  }
  
  .image-panel:hover .image-panel-image:before {
    opacity: 0;
  }
  
  .image-panel:hover .image-panel-slideout {
    opacity: 1;
  }
  
  .image-panel-title-slideout {
    margin-bottom: 10px;
    margin-bottom: 0.66667rem;
     }
  
  .image-panel-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125em;
  }
  
  @media (min-width:37.5em) {
    .image-panel-content {
        font-size: 0.8rem;
        line-height: 1.3125em;
    }
  }
  
  @media (min-width:48em) {
    .image-panel-content {
        font-size: 0.85rem;
        line-height: 1.35294em;
    }
  }
  
  .image-panel-link {
    padding: 16px 32px;
    padding: 1rem 2rem;
    font-family: "latobold", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #92a710;
    border: 1px solid #92a710;
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571em;
    padding: 10px 16px;
    padding: 0.66667rem 1rem;
    display: inline-block;
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 32px;
    padding-right: 2rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  
  .image-panel-link:hover {
    background-color: rgba(146, 167, 16, 0.2);
  }
  
  @media (min-width:37.5em) {
    .image-panel-link {
        font-size: 0.7rem;
        line-height: 1.28571em;
    }
  }
  
  .image-panel-image-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .image-panel-type,
  .image-panel-type-slideout {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.28571em;
    font-family: "latobold", sans-serif;
    text-transform: uppercase;
    opacity: 1;
    transition: all .3s ease-in-out;
  }
  
  @media (min-width:37.5em) {
    .image-panel-type,
    .image-panel-type-slideout {
        font-size: 0.7rem;
        line-height: 2.28571em;
    }
  }
  
  .image-panel-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
  }
  
  .image-panel-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
  }
  
  .image-panel-slideout {
    background-color:rgba(255, 255, 255, 0.9)!important;
    position: absolute;
    top: 0;
    padding: 20px;
   
    width: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    min-height: 380px;
    max-height: 380px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 2;
    transition: all .3s ease-in-out;
    
  }
  

.flex-cont{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox;      /* TWEENER - IE 10 */
	  display: -webkit-flex;     /* NEW - Chrome */
	  display: flex;
	  
}

.flex-right {
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2;  
    order: 2;
}
.flex-left{
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1;  
    order: 1;
    
}

.text-panel{
    width:60%;
    padding:20px;

}

.pic-panel{
    width:40%;
    padding-left:20px;
	padding-right:20px;
	

}

.pic-panel img{
    width: 100%;
  height: auto;

}

@media (max-width: 768px) {
    .pic-panel {
      display:none; } }