/* Small Devices (Portrait Tablets and Small Desktops) */
@media(max-width: 991px) {
    #about-bg-diagonal {
        border-left: 0;
        border-top: 0;
        width: 0%;
        height: 0px;
    }

    #about-content-box {
        font-size: 25px
    }

    .kapcsolat-logo img {
        max-width: 100px;
    }

}
