/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 мая 2020 г., 13:37:17
    Author     : eve
*/

body.non-main-page.scrolled .page-header.s12 {
    position: fixed;
}
body.non-main-page.scrolled {
    padding-top: 6em;
}

.p-and-image img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    line-height: 0;
}

@media screen AND (max-width:800px){
    .p-and-image img {
        width: 100%;
        max-width: 100%;    
    }
}