.banner-sm, .banner-sm-QR {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}
.dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 500px;
}
.related-img {
    width: 35%;
}
.retated-short {
    width: 65%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-sm {
      min-height: 300px !important;
}
.dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 300px !important;
}
   
}

@media screen and (min-device-width: 1200px) {
    .bg-pt, .dlab-bnr-inr.bg-pt {
        background-position: center;
        background-size: 1920px 500px;
        background-repeat: no-repeat;
    }
}

