/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .aeu-header .aeu-mobile .logo-mobile {
        height: 60px;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2.5rem !important;
        font-family: Kantumruy !important;
    }

    .box-title p {
        line-height: 1.5rem !important;
        text-align: center;
        font-size: 1rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .aeu-header .aeu-mobile .logo-mobile {
        height: 60px;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2.5rem !important;
        font-family: Kantumruy !important;
    }

    .box-title p {
        line-height: 1.5rem !important;
        text-align: center;
        font-size: 1rem;
    }
    .h-main-slider .main-img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 630px;
        overflow: hidden;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .aeu-header .aeu-mobile .logo-mobile {
        height: 60px;
    }
    .h-main-slider .main-img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 630px;
        overflow: hidden;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .h-main-slider{
        width: 100% !important;
        height: 85vh !important;
    }
    .h-main-slider .main-img{
        width: 100% !important;
        height: 85vh !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .h-main-slider{
        width: 100% !important;
        height: 85vh !important;
    }
    .h-main-slider .main-img{
        width: 100% !important;
        height: 85vh !important;
    }
}