.container-header {
  background-color: #fff;
  background-image: none;
}
.field-entry.vimeo {
  list-style: none;
}
ul {
  padding-left: 0;
}
.dj-easy-contact-modal-button {
    top: 20px;
}
.dj-easy-contact-modal-button span {
    height: 75% !important;
    width: 75% !important;
}
#modal-dj-easy-contact-box .modal {
  height: 75%;
}
@media (max-width: 767px) {
#modal-dj-easy-contact-box {
  position: fixed !important;
  width: 95% !important;
  margin-left: -48% !important;
}
#modal-dj-easy-contact-box .modal-header .close span {
  height: 7% !important;
  width: 15% !important;
  position: fixed;
  top: 7%;
  left: 80%;
}
}