@media screen and (min-width: 1100px) {
    .wrapper {width: 1100px;}
    .content {width: 650px;}
    .content .text_top {width: 650px;}
    .right_block {margin-left: 885px;}
    .shortstory img { max-width: 620px !important;}
    .fullstory img {max-width: 630px;}
}

/*
@media screen and (min-width: 1400px) {
    .header .top_menu, .header {width: 1300px; background-size: cover;}
    .header .menu_header ul {display: inline-block;}
    .menu_header {text-align: center;}
    body, .bg {background-size: contain;}
    .wrapper {width: 1400px;}
    .content {width: 950px;}
    .content .text_top {width: 950px;}
    .right_block {margin-left: 1185px;}
    .shortstory img { max-width: 920px !important;}
    .fullstory img {max-width: 930px;}
}

@media screen and (min-width: 1700px) {
    .header .top_menu, .header {width: 1600px; background-size: cover;}
    .header .menu_header ul {display: inline-block;}
    .menu_header {text-align: center;}
    body, .bg {background-size: contain;}
    .wrapper {width: 1700px;}
    .content {width: 1250px;}
    .content .text_top {width: 1250px;}
    .right_block {margin-left: 1485px;}
    .shortstory img { max-width: 1220px !important;}
    .fullstory img {max-width: 1230px;}
}
*/