﻿.main-wrapper {
    background: url(../../Images/111.png) no-repeat;
    background-size: cover;
    background-position: right center;
    height: 100%;
    margin: 0px;
    min-height: 100%;
}

.img-wrapper{
    background-position: center center;
    background-size: contain;
    height:90%;
    width:100%;
}

@media (max-width: 767px) {
    .main-wrapper{
  background: url(../../Images/111.png) no-repeat;
   background-size:  cover;
   background-position: right center;
    }

    .img-wrapper{
     background: none !important;
    height:100%;
  }
}

#indexbody {
    padding: 60px 15px 0;
    /* background: url(../Images/map-dil-2015-rus.png) no-repeat;*/
    background: url(../../Images/111.png) no-repeat;
    background-size: cover;
    background-position: right center;
}

#brandimg {
    /* padding: 0.5rem;*/
}

@media (max-height: 640px) {
    #brandimg{
       /* padding: 0.2rem;*/
    }
}
