@media only screen and (min-width: 768px) {
    header .slogan {
        /* fix height in case there is just one line of text */
        height: 76px !important;
        position: relative;
        width: 405px;
        }
    header .slogan span {
        position: absolute;
        bottom: 0;
        width: 100%
        }
    }
@media only screen and (max-width: 767px) {
    header .slogan {
        width: 280px;
        xheight: 36px !important
        }
    .social-networks {
        margin: 0 !important
        }
    }
.national-links {
    padding: 0 27px 70px 27px;
    margin: 40px 0 0 0;
    background-color: white
    }
.national-links .title {
    color: rgb(41, 55, 141);
    display: block;
    text-transform: uppercase;
    margin: 0;
    font: 20px/24px "DINfunProPlain";
    letter-spacing: 1px
    }
.national-links ul {
    padding: 12px 0 0 0;
    margin: 0
    }
.national-links ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 30px
    }
.national-links ul li a {
    background-color: #232a4a;
    font: 11px/13px "droid_sansbold", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 6px 24px 6px 10px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    text-decoration: none
    }
.national-links ul li:first-child a {
    margin-top: 0
    }
.national-links ul li a:after {
    background: url(/static/img/sprite.png) no-repeat 100% -299px;
    content: "";
    width: 8px;
    height: 9px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1
    }
/*.national-link {*/
/*padding-top: 20px;*/
/*clear: both;*/
/*}*/
/*.national-link h4 {*/
/*line-height: 22px;*/
/*margin-bottom: 4px;*/
/*}*/
/*.national-link p {*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/
/*.national-link a.more {*/
/*margin-top: 5px;*/
/*}*/

.info-block > div > object {
    width:100%;
}