.bodyBG {
    height: 788px;
    width: 100%;
    background: url('../Introimages/bg.jpg') no-repeat top center fixed #c7c4bf;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.shekofaimg {
    text-align: center;
    margin: auto;
    padding-top: 180px;
    margin-bottom: -3px;
}

.MidDiv {
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.gorenjeimg {
    float: left;
    width: 50%;
    text-align: right;
}

    .gorenjeimg img {
        width: 90%;
        max-width: 429px;
        margin-right: 1px;

        -moz-transition:margin-right .30s;
        -o-transition:margin-right .30s;
        -webkit-transition:margin-right .30s;
        transition:margin-right .30s;
    }
        .gorenjeimg img:hover {
             margin-right: 20px;
        }

.philipsimg {
    float: left;
    width: 50%;
    text-align: left;
}

.philipsimg img {
    width: 90%;
    max-width: 429px;
    margin-left: 1px;

     -moz-transition:margin-left .30s;
        -o-transition:margin-left .30s;
        -webkit-transition:margin-left .30s;
        transition:margin-left .30s;
}
.philipsimg img:hover{margin-left: 20px;}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .shekofaimg {
        padding-top: 80px;
    }
    
}
@media only screen and (max-width: 480px) {
    .shekofaimg {
        padding-top: 50px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shekofaimg {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
   .shekofaimg {
        padding-top: 140px;
    }
    
}
