@charset "UTF-8";

body {background: #000000;}

.mediaheight {height: 100vh}

.lobbex {
  width: 150px;
  height: 120px;
  margin: auto;
  position: absolute;
  top:0; bottom:0; /* wyrównanie w pionie */
  left:0; right:0; /* wyrównanie w poziomie */
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  background: none;
  text-align: center;
}

a.loblink img {
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.loblink:hover img {
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.choinki {
	background-image: url(../img/pattern.png), url(../img/choinkibg.jpg);
  background-position: center center, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.opony {
	background-image: url(../img/pattern.png), url(../img/oponybg.jpg);
  background-position: center center, center top;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

@media screen and (max-width: 768px) {

.lobbex {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: static;
}

.mediaheight {height: auto; padding:50px 0;}

a.loblink img {
  padding-bottom: 0;
}
a.loblink:hover img {
  padding-bottom: 0;
}

}
