@media (width >= 771px) {
  .sloganMain{
    position: relative;
    overflow:visible;
    float:left;
    text-align: left;

    max-width:60%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    
    
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    color: rgb(255,255,255);
    /* margin-left:30vw; */
    padding-left:80px;
    padding-bottom: 50px;
    padding-right:100px;
    margin-top: 5%;
    border:0px solid BLack;
    
  }

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform: uppercase;
  font-size: 34px;  
}

  .downTytul{
    text-transform: lowercase;
    font-size: 18px;
  }

.productLanding{
  position:absolute;
  bottom:-30vh;
  right:5vw;
  text-align:center;
  min-width: 500px;
  height: auto;
  z-index:1;
  border:0px solid black;
}

  .productLandingImg{
    min-width: 214px;
    height: auto;
  }

  .productLandingTekst{
    font-size: 20px;
  }



a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(179,214,59);
  
  height:50px;
  width:214px;
  float:left;  

  color:black;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-top:15px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#przyciskWiecej:hover{
  background-color:rgb(0, 39, 77);
  
  height:50px;
  width:214px;
  
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding-top:15px;
  color: rgb(179,214,59);
  font-size: 20px;
  text-transform: uppercase;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
}

@media (width <= 770px) {
  .sloganMain{
    position: relative;
    overflow:visible;
    float:left;
    text-align: left;

    max-width:80%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    
    
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    color: rgb(255,255,255);
    /* margin-left:30vw; */
    padding-left:80px;
    padding-bottom: 50px;
    padding-right:00px;
    margin-top: 5%;
    border:0px solid BLack;
    
  }

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform: uppercase;
  font-size: 34px;  
}

  .downTytul{
    text-transform: lowercase;
    font-size: 18px;
  }

.productLanding{
  display:none;
}

a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(179,214,59);
  
  height:50px;
  width:214px;
  float:left;  

  color:black;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-top:15px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#przyciskWiecej:hover{
  background-color:rgb(0, 39, 77);
  
  height:50px;
  width:214px;
  
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding-top:15px;
  color: rgb(179,214,59);
  font-size: 20px;
  text-transform: uppercase;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


}


