@charset "UTF-8";
/* CSS Document */

.dcjob {
  display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: #eee !important;
}

@media (max-width: 1180px) {

  .dcjob {
  height: 300px;
}
}

@media (max-width: 767px) {
  .dcjob {
  height: 400px;
}
}

@media (max-width: 640px) {
.dcjob {
  height: 300px;
}
}


@media (max-width: 480px) {

  .dcjob {
  height: 250px;
}
}