.orientation {
    background: #222222 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
  display: none;
  opacity: 0;
    z-index: 2000;
    width: 100%;
}

.orientation div {
    color: #ffffff;
    font-family: "HKGrotesk-Regular";
    font-weight: normal;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.orientation div img {
    margin: 0 auto 13px;
    width: 82px;
}

@media (min-width :600px) and (max-width : 600px){
    .orientation {
        display: none;
    }
}

@media (min-width : 800px) and (max-width : 900px){
    .orientation {
        display: block;
         opacity: 1;
    }
}