.desy-sidebanner {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
}

.desy-sidebanner .txt {
  position: relative;
  z-index: 20;
  height: 100%;
  padding: 128px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.desy-sidebanner h1,
.desy-sidebanner h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(14, 4, 9, .2);
}

.desy-sidebanner p {
  color: #fff;
  font-size: 15px;
  margin: 20px 0 0;
  text-shadow: 0 2px 3px rgba(14, 4, 9, .2);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.desy-sidebanner p a {
  color: #fff;
}

@media screen and (max-width:1400px) {

  .desy-sidebanner h1,
  .desy-sidebanner h2  {
    font-size: 36px;
  }
}

@media screen and (max-width:1280px) {

  .desy-sidebanner h1,
  .desy-sidebanner h2  {
    font-size: 32px;
  }
}

@media screen and (max-width:992px) {
  .desy-sidebanner {
    height: 400px;
  }
}

@media screen and (max-width:768px) {
  .desy-sidebanner {
    height: 220px;
  }

  .desy-sidebanner .txt {
    padding: 0;
  }

  .desy-sidebanner h1,
  .desy-sidebanner h2  {
    font-size: 24px;
  }

  .desy-sidebanner p {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

@media screen and (max-width:600px) {
  .desy-sidebanner {
    height: 200px;
  }
}

@media screen and (max-width:480px) {
  .desy-sidebanner {
    height: 160px;
  }
}