﻿div.fix_block {
	position: fixed;
        margin:auto;
        top:0;
        left:0;
        right:0;
        max-width: 95%;
}
div.content {
	position: static;
        margin:auto;
        top:0;
        left:0;
        right:0;
        max-width: 95%;
}
div.content {
        margin-top: calc(17% + 30px);
        max-width: 95%
}        
img {
	width: 500px;
	max-width: 95%;	
}
content {
	width: 500px;
	max-width: 95%;
} 