.show-element {
    display: block;
}

.hide-element {
    display: none;
}

.container {
    margin: 8px;
}

.ios-pwa-banner {
    background-color: #D3D3D3;
    color: #383838;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    overflow: hidden;
}

.app-icon {
    height: 100%;
    float: left;
}

.app-icon img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.banner-text {
    width: 70%;
    height: 100%;
    float: left;
    padding: 10px 10px 10px 0px;
}

.banner-text img {
    width: 15px;
    height: 23px;
}

.closing-button {
    float: right;
    height: 100%;
}

.closing-button img {
    width: 20px;
    height: 20px;
    display: block;
    padding: 10px;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen
and (min-device-width : 0px)
and (max-device-width : 568px) {
    .ios-pwa-banner {
        font-size: 14px;
    }
    .banner-text {
        width: 65%;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
     .ios-pwa-banner {
        font-size: 17px;
    }
    .banner-text {
        width: 70%;
    }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
    .ios-pwa-banner {
        font-size: 17px;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .ios-pwa-banner {
        font-size: 17px;
    }
}
