img#orientation {
    position: absolute;
    width: 114px;
    height: 66.6px;
    margin: 0;
    padding: 0;
    display: none;
    left: 40%;
}
@media screen and (orientation: portrait) and (device-width:768px) {
img#orientation {
    position: absolute;
    width: 114px;
    height: 66.6px;
    margin: 0;
    padding: 0;
    display: block;
    left: 40%;
}
}



@media screen and (orientation: portrait) and (min-device-width : 320px) and (max-device-width : 700px) {
img#orientation {
    position: absolute;
    width: 114px;
    height: 66.6px;
    margin: 0;
    padding: 0;
    display: block;
    left: 40%;
}
}