.myownstyle {
    height: 267px;
}

@media (min-width: 576px) {
    .myownstyle {
        height: 389px;
    }
}

.sm-img-height {
}

@media (min-width: 576px) {
    .sm-img-height {
        height: 235px !important;
    }
}

position-dtou {
    max-width: 16.5rem;
    transform: translateX(63px);
}

.img-height-hero {
    object-fit: cover;
}

@media (min-width: 992px) {
    .img-height-hero {
        max-height: 608px;
        width: 100%;
        margin-top: -30px;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .img-height-hero {
        max-height: 625px;
    }
}