#estech-theme section.banner {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 0px;
    max-height: 600px;
}


#estech-theme section.banner .banner .img-banner img {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

#estech-theme section.banner .banner .caption-wrap {
    position: absolute;
    top: 5%;
    right: 2%;
    padding: 4%;
    height: -webkit-fill-available;
    background-color: rgba(10,10,10,0.5);
    color: #fff;
    max-width: 30%;
    top: auto;
    bottom: 0;
    height: auto;
}

#estech-theme section.banner .banner .caption-wrap a {
    color: #fff;
    text-decoration: underline;
    text-shadow: 1px 1px 2px white, 0 0 1em red, 0 0 0.2em red;
}

#estech-theme section.banner .banner .caption-wrap a:hover {
    color: red;
    text-shadow: 1px 1px 2px red, 0 0 1em white, 0 0 0.2em white;
}




@media screen and (max-width: 900px) {
    #estech-theme section.banner .banner .img-banner img {
        width: 100%;
        object-fit: cover;
        min-height: 200px;
    }
    #estech-theme section.banner .banner .caption-wrap {
        position: relative;
        max-width: 100%;
        display: block;
        left: auto!important;
    }
}