@media only screen and (max-width: 1176px) and (min-width: 959px) {

* { font-size: 18px; line-height: 22px; letter-spacing: 0;}

h1 { 
    font-size: 36px;
    line-height: 36px;
}    

.itemtext * {    
    font-size: 18px;
    line-height: 22px;
}

.itemtext h2 {
    font-size: 20px;
    line-height: 22px;
}
    
#goleft, #goright, #godown {
    display: none !important;
}
    
.starttext p, .starttext a {
    font-size: 24px;
    line-height: 31px;
}

}