@media only screen and (min-device-width: 300px) and (max-device-width: 400px) and (orientation: portrait) {

    #itemImage{
    border-radius: 5%;
    height : 50%; 
    width :50% ;
    margin-left:25%; 
    margin-top: 40px ; -webkit-box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    -moz-box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    background-color: #ffffff;
}

#itemImage2{
    border-radius: 5%;
    height : 50%; 
    width :50% ;
    margin-left:100px; 
    margin-top: 40px ; -webkit-box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    -moz-box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    background-color: #ffffff;
    display: none;
}

.reviewTab2{
    display: none;
}
#ipadTitle{
    display: none;
}
#storeTitle2{
    display: none;
}
#itemHeading{
     color: red; text-align: center;
}

.ui-tabs-nav { 
    padding: 0em; 
    background: transparent; 
    border-width: 0px; 
    width: 375px;
   
} 
.ui-tabs-nav li { 
  

    margin: 0px; 
    color: whitesmoke;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 

    

} 

 .ui-tabs-nav li.ui-tabs-selected { 
    padding-bottom: 0px; 
    
}

.ui-page-theme-a .ui-btn.ui-btn-active {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: black;
    text-shadow:none;
    border-bottom: 5px solid #fea863 !important; 
    box-shadow: none;
    
}

.main-headings{
    margin-left: 35%;
}

#ratingStar{
    margin-top: 120px;position:relative; color: fea863;
}

#itemDesc{
    margin-top: 20px;
    -webkit-box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    -moz-box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    box-shadow: -1px 3px 5px 16px rgba(231,234,240,0.41);
    background-color: #ffffff;
    border-radius: 5%;
}
#itemContainer{
    margin-left: 10px; margin-top: 10px;
}

#itemContentAlign{
    display: inline-block; margin-left: 80px;
}
#itemAbt{
    margin-left: 10px; font-size: small; word-wrap: break-word; width: 270px
}

#gridImg{
    width: 125px; height: 125px;
}



#contentAlign    {
    width: 100px;
    min-height: 400px;
    float: left;
}

#postsHeader{
    margin-top: -45px;
}

#one,#tabs{
    margin-top: -35px;
}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {

#storeTitle2{
    display: none;
}
#ipadTitle{
    display: none;
}
.ui-page-theme-a .ui-btn.ui-btn-active {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: black;
    text-shadow:none;
    border-bottom: 5px solid #fea863 !important; 
    box-shadow: none;
    
}

}