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

img#logoAnimate2 {
    width: 95% !important;
    /* height: 85%; */
    /* margin: 2%; */
    padding-left: 5%;
    margin-bottom: 20px;
    top: -25px;
    position: absolute;
}

 }