/* border-fix */
#c47733, #c47735 {border: 1px solid #219eff;}

/* All DeepHacks */
.alldeephacks {
  display: flex;
    justify-content: center;  
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    max-width: 1200px;
   margin:0 auto;

}

.alldeephacks > div {
  width:33%;
  margin:0 !important;
  margin-bottom:25px !important;
 
}

.alldeephacks > div > .box {height:100%;}


/* PARTNERS */
.flex-item-w19 {-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;}
    
    .flex-item-w19:hover {
        
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);  -webkit-box-shadow: 0px 19px 52px -16px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 19px 52px -16px rgba(0,0,0,0.5);
box-shadow: 0px 19px 52px -16px rgba(0,0,0,0.5);  
        
    }
    



.flex-container-w19 {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
 padding-left:0 !important;
}


.wrap-w19    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  

.wrap-w19 ul {
  list-style-type:none;
  
 
}

.wrap-w19 li {
  text-align:center;
  list-style-type:none;
 
}

.wrap-w19 li:before {display:none;}

.wrap-w19 li span {display:block;clear:both;margin-bottom:20px;}
.wrap-w19 li img {display:block;width:90%;margin:5%;padding:0;}

.flex-item-w19 {
  padding: 0;
  width: 16.66%;
  height: auto;
  margin: 0;  
}


@media screen and (max-width: 1200px) {
  .alldeephacks > div {
  width:33%;
  
 
}
}


@media screen and (max-width: 1000px) {
  .flex-item-w19 {width:33%;} 
}


@media screen and (max-width: 880px) {
  .alldeephacks > div {
  width:50%;
  
 
}
}

@media screen and (max-width: 600px) {
  .alldeephacks > div {
  width:100%;
  
 
}
}

@media screen and (max-width: 580px) {
  .flex-item-w19 {width:50%;} 
}

