/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        2
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Below Code is for distributing images horizonally.
------------------------------------------------------- */

#img_cont {
  display: table;
  width: 90%;
  margin: 20px auto;
}

#img_cont a {
  display: table-cell;
  text-align: center;
  width: 20%;
}

@media (max-width: 980px)
.et_header_style_centered #logo {
    max-height: 200px;
}

@media only screen and (min-width: 981px)
.et_header_style_centered #logo {
    max-height: 90% !important;
}