﻿#Lutein1{
    height:890px;
    background:url('../../Images/Lutein/Lutein_1.jpg') 50% 0 no-repeat;
}
#Lutein3{
    height:1300px;
    background:url('../../Images/Lutein/Lutein_3.jpg?20181022') 50% 0 no-repeat;
}
    #Lutein1 img,
    #Lutein3 img{
        display:none;
    }



@media screen and (max-width:960px){
    #Lutein1,#Lutein3{
        background:none;
        width:100%;height:auto;
    }
    #Lutein1 img,
    #Lutein3 img{
        display:block;
    }
}

/*------------------------------------------------------------
i pad 768
------------------------------------------------------------*/
@media screen and (max-device-width:768px) {
    #content .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/*------------------------------------------------------------
    i8 Plus 414
------------------------------------------------------------*/
@media screen and (max-device-width:480px){
    #content .container{
        width:100% !important;
    }
}