/* .container{
    max-width: 960px;
    margin: 0 auto;
    background: #f9f9f9;
    font-size: xx-large;
    padding: 25px !important;
}

.parallax{
    background: url('../image/homepage/parallax/1.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}  */

.parallax2, .parallax3, .parallax{
    display: block !important;
}

.iphoneimage{
    display: none !important;
}
.background-imagepralla{
    display: none !important;
}
/* iphone Se */

@media only screen and (min-width : 320px) and (max-width : 320px) and (max-height:568px){ 
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
    .background-imagepralla{
        display: block !important;
    }

}

/* iphone678 */
@media only screen and (min-width : 375px) and (max-width : 375px) and (max-height:667px) { 
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
    .background-imagepralla{
        display: block !important;
    }

}


/* iphone678 plus */
@media only screen and (min-width : 414px) and (max-width : 414px) and (max-height:736px){ 
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
    .background-imagepralla{
        display: block !important;
    }

}

/* iphoen x and xs */

@media only screen and (min-width : 375px) and (max-width : 375px) and (max-height:812px){ 
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
    .background-imagepralla{
        display: block !important;
    }

}


/* ipad */

/* @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .ipadpro {
        display: block !important;
    }

    .nonipadpro {
        display: none !important;
    }
} */


/* ipad pro  */

/* @media only screen and (min-device-width: 1688px) and (max-device-width: 1688px) and (max-device-height: 2388px)  {
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
} */
@media  screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait),
  screen and (-webkit-min-device-pixel-ratio: 2) 
 {
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
}

@media screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) ,
   screen and (-webkit-min-device-pixel-ratio: 2) {
    .parallax, .parallax2, .parallax3{
        display: none !important;
    }
    .iphoneimage{
        display: block !important;
    }
}