body{
	background-image:url("images/bg_left.png"),url("images/bg_right.png");
	background-repeat:repeat-y,repeat-y;
	background-position:left,right;
	background-size:13%;
}

.w3-modal{
    background-color:rgba(0,0,0,0.03);
}
.q-text-uppercase{
    text-transform: uppercase;
}
.w3-border-transparent {border-color:rgba(0,0,0,0) !important}

.link
{
	background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    border-bottom: 1px solid #444;
    cursor: pointer;
}
.app-store
{
    background-image: url("../images/pobierz-z-app-store.png");
}
.google
{
	background-image: url("../imges/pobierz-z-google-play.png");
}
.img__description
{

position: absolute;

background-color: greenyellow;

padding: 15px;

border-radius: 16px;

margin-top: -95px;
}