/*@media (min-width: 640px) {*/

/*.dnrd-head-section {*/
/*  width: 100%;*/
/*  position: fixed;*/
/*  z-index: 4;*/
/*  top: 0;*/
/*  min-height: 160px;*/
/*  background: linear-gradient(*/
/*    180deg,*/
/*    rgba(0, 0, 0, 0.8) 0%,*/
/*    rgba(0, 0, 0, 0.4) 63.02%,*/
/*    rgba(0, 0, 0, 0) 100%*/
/*  );*/
/*}*/
/*}*/

.dnrd-head-section {
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  min-height: 160px;
}


.dnrd-head-section-bg {
	  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 63.02%,
    rgba(0, 0, 0, 0) 100%
  );
}