

@media screen and (min-width: 769px) {
.custom_holder_with_spaces .q_elements_holder.three_columns .q_elements_item:first-child {
    position: relative !important; 
    left: -7px !important;
}
.custom_holder_with_spaces .q_elements_holder.three_columns .q_elements_item:last-child {
    position: relative !important; 
    left: 7px !important;
}
.custom_holder_with_spaces .q_elements_holder {
    padding-left: 7px !important;
    padding-right: 7px !important;
    box-sizing: border-box !important;
}
}
.touch .projects_holder article span.text_holder {
      display: block;
      height: 100%t;
      width: 100%;
      opacity: 0;
      visibility: visible; 
}
.touch .projects_holder article:hover span.text_holder {
      opacity: 1; 
}
header.light .header_bottom {
    background-color: #292929 !important;
}