@media print, screen and (min-width: 769px) {
    #maincontent #benjamin .texts {
        position: absolute;
        left: 15%;
        top: 25%;
        width: 250px;
    }

    #maincontent #benjamin .texts .profile {
        background-image: url(../../benjamin/img/icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 40px;
        padding-left: 70px;
    }

    #maincontent #benjamin .texts .profile .job {
        font-size: 80%;
    }

    #maincontent #benjamin .texts .profile .name {
        font-size: 160%;
        font-family: 'SuzukiPROHeadline';
    }

    #maincontent #benjamin .texts .pmore {
        text-align: right;
        margin-top: 50px;
    }

    #maincontent #benjamin .texts .pmore a {
        display: inline-block;
        background-image: url(../../benjamin/img/arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
        font-size: 120%;
        font-family: 'SuzukiPROBold';
        color: #fff;
        text-decoration: none;
    }


}
@media only screen and (max-width: 768px) {
    #maincontent #benjamin .texts {
        position: absolute;
        left: 10%;
        top: 20%;
        width: 80%;
    }
    #maincontent #benjamin .texts .profile {
        background-image: url(../../benjamin/img/icon.png);
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 40px;
        padding-left: 70px;
    }
    #maincontent #benjamin .texts .profile .job {
        font-size: 80%;
    }
    #maincontent #benjamin .texts .profile .name {
        font-size: 160%;
        font-family: 'SuzukiPROHeadline';
    }
    #maincontent #benjamin .texts .pmore {
        text-align: left;
        margin-top: 20px;
    }
    #maincontent #benjamin .texts .pmore a {
        display: inline-block;
        background-image: url(../../benjamin/img/arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
        font-size: 120%;
        font-family: 'SuzukiPROBold';
        color: #fff;
        text-decoration: none;
    }
}
