.container_emilio{

    background-image: url('http://placehold.it/360x360');

    background-size: cover;

    height: 100vh;

}



@media (min-width: 520px) {

    .container_emilio{

        background-image: url('http://placehold.it/520x520');

    }

}



@media (min-width: 750px) {

    .container_emilio{

        background-image: url('http://placehold.it/750x750');

    }

}



@media (min-width: 1024px) {

    .container_emilio{

        background-image: url('http://placehold.it/1024x1024');

    }

}



.image {

  display: block;

  width: 10%;

  height: auto;

}



.image_logo {

  display: block;

  width: 60%;

  height: auto;

  margin-right: 100px;



}



.frase {

  background-color: white !important;

  color: black !important;

}



.image_oneq {

  display: block;

  width: 80% !important;

  height: auto;

}





.overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: #008CBA;

  overflow: hidden;

  width: 0;

  height: 100%;

  transition: .5s ease;

}



.container:hover  .overlay {

  width: 100%;

  opacity: .3;

}

.our_home {
  background-color:  #ddd !important;
  background:  #ddd !important;
}

.our_services {
  background-color:  #ddd !important;  
  background: #b4fee145 !important;
}

.our_services_two {
  background-color:  #ddd !important;  
  background: #96f4a14a !important;
}

.about_us {
  background-color: #ded2cb  !important;
      background: #99ecea !important;
}

.contact_us {
  background-color:  #ddd !important;
  background:  #0CECDD !important;
}

.footer_eds {
  background-color:  #f6eb14 !important;
  background: #99e7eca8 !important;
}

.videos {
  background: white !important;
}

.extra_three_pics {
  background: black !important;

}



