
.horizontal-title {
    text-transform: uppercase;
    font-size: 40px !important;

    padding: 0;
    display: block;
    /*transform-origin: left top;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 100%;*/
    white-space: nowrap;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.small-spaces-text {
    font-size: 1.5rem !important;
}

@media screen and (min-width: 480px) {
    .horizontal-title {
        font-size: 55px !important;
    }
}
@media screen and (min-width: 768px) {
    .horizontal-title {
        font-size: 120px !important;
    }
}


.houses.desno {
    position:absolute;
    right:0;
    width: 100%;
    margin-right: -100%;
}

.row .doors-post {
    background-color: black;
}

.doors-post > div > a {
    width: auto !important;
}

.doors > div > a > img {
    width: auto !important;
}