/*iPad Pro (12.9-inch) landscape*/
@media only screen 
and (device-width: 1366px) 
and (device-height: 1024px)  {

}

/*iPad Pro 10.5-inch landscape*/
@media only screen 
and (device-width: 1112px) 
and (device-height: 834px)  {

}

/*iPad Pro (12.9-inch) portrait*/
@media only screen 
and (device-width: 1024px) 
and (device-height: 1366px)  {

}


/*iPad Pro (9.7-inch) | iPad Air 2 | iPad Mini 4 landscape*/
@media only screen 
and (device-width: 1024px) 
and (device-height: 768px)  {

}


/*iPad Pro 10.5-inch portrait*/
@media only screen 
and (device-width: 834px) 
and (device-height: 1112px)  {

}


/*iPhone X landscape*/
@media only screen 
and (device-width : 812px) 
and (device-height : 375px) {

}



/*iPad Pro (9.7-inch) | iPad Air 2 | iPad Mini 4 portrait*/
@media only screen 
and (device-width: 768px) 
and (device-height: 1024px)  {

}



/*iPhone 6, 7, & 8 Plus landscape*/
@media only screen 
and (device-width : 736px) 
and (device-height : 414px) {

}


/*iPhone 6, 7, & 8 landscape*/
@media only screen 
and (device-width: 667px) 
and (device-height: 375px)  {

.container .items li a div {
    top: 16em;
}

}


/*iPhone 5 & 5S landscape*/
@media only screen 
and (device-width: 568px) 
and (device-height: 320px)  {

.container .items li a div {
    top: 23em;
}

}



/*iPhone 2G-4S landscape*/
@media only screen 
and (device-width: 480px) 
and (device-height: 320px)  {

}



/*iPhone 6, 7, & 8 Plus portrait*/
@media only screen 
and (device-width : 414px) 
and (device-height : 736px) {

.container .items li a div {
top: 14em;
}



}



/*iPhone X portrait*/
@media only screen 
and (device-width : 375px) 
and (device-height : 812px)  {

.container .items li a div {
    top: 12em;
}

}


/*iPhone 6, 7, & 8portrait*/
@media only screen 
and (device-width: 375px) 
and (device-height: 667px)  {

}


/*iPhone 5 & 5S portrait*/
@media only screen 
and (device-width: 320px) 
and (device-height: 568px)  {

}


/*iPhone 2G-4S portrait*/
@media only screen 
and (device-width: 320px) 
and (device-height: 480px)  {

}