﻿
#Wrapper img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    border: 4px solid transparent;
}

.image {
    display: block;
}

#AppLinks img {
    width: 50%;
    display: inline-block;
}


/*Specific for iPhone 5*/
@media only (device-height : 568px) and (device-width : 320px) and (-webkit-min-device-pixel-ratio : 2) {

    #AppLinks img {
        height:73px;
    }

    #FullsiteLink img {
        height: 45px;
    }
}

/*Specific for Android Galaxy S3-S4-S5*/
@media screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {
    
    #AppLinks img {
        height:73px;
    }

    #FullsiteLink img {
        height: 45px;
    }

}

@media screen and (device-width: 640px) and (device-height: 360px) and (orientation: landscape) {

    #AppLinks img {
        height:61px;
    }

    #FullsiteLink img {
        height: 35px;
    }

}

@media screen and (device-width: 720px) and (device-height: 1280px) and (orientation: portrait) {

    #AppLinks img {
        height:73px;
    }

    #FullsiteLink img {
        height: 45px;
    }

}

@media screen and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {

    #AppLinks img {
        height:61px;
    }

    #FullsiteLink img {
        height: 35px;
    }

}