.mg-center{
    margin: 0 auto;
}

.text-center{
    text-align: center;
}

#image-holder{
    max-height: 30vh;
    min-height: 30vh;
    background-image: url('https://pensiuneapisculcainelui.ro/images/bg112.jpg');
    background-position: center;
    background-repeat: none;
}

.custom-header{
    border-style: solid;
    border-width: 1px;
    border-color: white!important;
    color: white;
    margin-top: 10vh;
    padding: 5px;
}

.resp-image{
    margin-top: 10vh;
    margin-left: -5vw;
    width: 70vw;
    height: 15vh;
}

@media screen and (min-width: 1921px){
    .resp-image{
        margin-top: 10vh;
        margin-left: -11vw;
        width: 70vw;
        height: 15vh;
    }
}

.homeBtn{
    transform: scale(0.2);
    top: 0;
    left: 0;
}