#Part-2 .MyBlock:first-child {
    max-width: 790px;
}

#Part-2  #ProductBlock_1 .Packshot {
    top: -20px;
    position: relative;
}

#ProductBlock_1 {
    padding-right: 140px;
}

#ProductBlock_2 {
    padding-right: 120px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #Part-2 .MyBlock:first-child {
        width: 700px;
    }
}