
/*------------------------------------------------------iPad-Pro-PORTRAIT----*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {


.ghostIMG01 {
    width: 20vw;
}


}







/*------------------------------------------------------iPad-Pro-LANDSCAPE----*/


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {


}