@media (max-width: 450px) {
    body
    {
        background-size: 320% auto !important;
    }
    .hide-xs
    {
        display: none;
    }
    .visible-xs
    {
        display: inline-block;
    }    
    img
    {
        max-width: 100%;
    }
    .container
    {
        width: 100%;
    }
    .siteTop
    {
        background-size: 448px auto;
        height: 100px;
    }
    .menu
    {
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        overflow: hidden;
        width: 0;
        background: #003c71;
        z-index: 400;
        text-align: center;
        opacity: 0;
        transition:transform .2s ease-out, opacity .2s ease-out;
        transform: scale(1.2);
        height: 0;
        overflow: hidden;
    }
    
    .menu li
    {
        float: none;
        width: 100%;
        display: block;
        padding: 15px 0;
    }
    .menuActive .menu
    {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
        opacity: 1;
        height: 100vh;
        width: 100vw;
        visibility: visible;
        transform: scale(1);
    }
    
    .menu li a:link,.menu li a:visited
    {
        text-shadow: 0;
        box-shadow: none;
        background: none;
        font-size: 18px;
    }
    
    .mobileClose
    {
        background: url('../img/close.svg') center center no-repeat;
        background-size: 100% auto;
        height: 35px;
        width: 35px;
        position: fixed;
        top: 15px;
        right: 15px;
        cursor: pointer;
        z-index: 500;
        display: none;
    }
    .menuActive .mobileClose
    {
        display: block;
    }
    
    .conMid
    {
        max-width: 90%;
        margin: auto;
        background: #fff;
        padding: 0;
        border-radius: 4px;
    }
    .conTop,.conBot
    {
        display: none;
    }
    
    .homeBan img
    {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }
    .homeBot
    {
        background-size: auto 50px;
        padding: 55px 15px 0 15px;
    }   
    .homeBot a
    {
        text-align: center;
    }    
    .homeBot img
    {
        width: 200px;
        margin-bottom: 5px;
    }
    .homeBot .item
    {
        float: none;
        max-width: 300px;
        width: 100%;
        margin: auto;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer
    {
        padding: 0 15px;
    }
    .footerIn
    {
        width: 100%;
    }
    .mobileButton
    {
        position: absolute;
        right: 13px;
        top: 34px;
    }
    a.menuBtn
    {
    color: #003c71;
    background: url(../img/menu.svg) right center no-repeat;
    background-size: 30px auto;
    padding: 5px 40px 5px 5px;
    }
    
    .pageTitle
    {
        padding: 0;
        margin: 10px;
        overflow: hidden;
        border-radius: 8px;
    }
    .pageTitle img
    {
        width: 140%;
        max-width: none;
    }
    .denizHak .left
    {
        float: none;
        width: 100%;
    }
    .denizHak .right
    {
        float: none;
        width: 130px;
        margin: auto;
    }
    
    
    .urunler .left
    {
        width: 100%;
    }
    
    .urunler .left li:last-child
    {
        display: none;
    }
    .urunler .right
    {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    .urunmini li
    {
        width: 45%;
        padding: 5px;
        margin: 0;
        height: auto;
    }
    .urunmini li img
    {
        width: 100%;
        height: auto;
    }
    
    .phone
    {
        display: block;
    }

    .homePromo2 h1
    {
        font-size: 18px;
    }
    .homePromo2 h2, .homePromo h2
    {
        font-size: 16px;
    }
    .homePromo ul img
    {
        margin-bottom: 10px;
    }
    
}