.dh-section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: transparent; }

.dh-section-response {
  width: auto; }

@media screen and (min-width: 1200px) {
  .dh-section-response {
    width: 1200px; } }

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .dh-section-response {
    width: 960px; } }

@media screen and (max-width: 960px) {
  .dh-section-response {
    width: 100%; } }
