/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media only screen and(min-width: 576px) { 

.dez-bnr-inr {
  height: 100px !important;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  padding-top: 50px;
}
 }

/* Medium devices (tablets, 768px and up) */
@media only screen and(min-width: 768px) { 
.dez-bnr-inr {
  height: 100px !important;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  padding-top: 50px;
}
 }

/* Large devices (desktops, 992px and up) */
@media only screen and(min-width: 992px) {

	}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and(min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and(min-width: 1400px) {  }
@media only screen and (max-width: 991px) {
	.dez-bnr-inr {
  height: 120px !important;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  padding-top: 50px;
  fon
} }