.top-img-container{
    position:relative;
    text-align:center;
}

.top-img-overlay{
    position:absolute;
    top:0;
    background-color: rgba(0, 0, 0, 0.705);
    width:100%;
    height:100%;
}
.top-img-txt-container{
    position:absolute;
    color:white;
    font-size:8vw;
    margin-top:-11.5vw;
}

.top-img-txt{
    float:left;
}
.top-img-black{
    background-color: black;
    width: 100%;
    height:71vw;
}

.underline-container{
    position:absolute;
    bottom:0%;
    width: auto;
}

.empty-underline{
    float: left;
    margin: 0px;
}

.top-img-underline{
    position:relative;
    background-color: white;
    margin:0;
    width: 1.25vw;
}

/***********************************/
/***********************************/
/*            MOBILE               */
/***********************************/
/***********************************/
@media screen and (max-width: 768px)  and (orientation: portrait){
    .top-img-txt-container{
        font-size: 11.28vw;
        margin-left:3vw;
    }
    #top-img-img{
        height: 147.18vw;
    }
    .top-img-underline{
        width: 1.85vw;
    }
    .top-img-black{
        height: 147.18vw;
    }
}