.jatek{
background: rgb(251,184,52);
background: linear-gradient(340deg, rgba(251,184,52,1) 55%, rgba(209,140,3,1) 75%);
padding: 10px;
    display: inline-block;	
	  border-radius: 8px;
  
}
.play{
    padding-top: 0px;
    padding-left: 0px;
    /* font-size: 30px; */
    position: absolute;
	max-width:100%;
	max-height:100%;
    left: 0;
    top: 0;

}
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(80vh - 2px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
background: url(../img/over3.png);	
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: black;*/
  opacity: 0.4;
  z-index: 2;
}

 .video-916{
    width: 100%;
    max-width: 420px;   /* opcionális: ne legyen óriási desktopon */
    margin: 0 auto;     /* középre */
    aspect-ratio: 9 / 16;
    background: #000;   /* töltő háttér */
    border-radius: 12px;/* opcionális */
    overflow: hidden;
  }
  .video-916 video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;  /* ha pontos kitöltés kell; ha teljes kép kell: contain */
  }

footer.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
}

footer{
    background-color: #eee !important;
}

footer.footer-widgets {
    margin-top: 50px;
    margin-bottom: 40px;
}

.footer .menu1 li {
	border-right: 1px solid #c3c3c3;
    line-height: 19px;
    padding: 10px 10px;
    margin: 0;
}
.footer .menu1 li:last-child {
	border-right: none;
}

.footer .menu1 a {
    color: #00000082;
}
.footer .menu1 a:hover {
    color: #000000;
}

.footer .menu1 .font18 li{
	font-size:18px;
}
.footer .menu1 .font18 li a{
    color: #00000092;	
}


/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}


.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(30px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}

.box16 img{width:100%;height:auto}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.box16 .post{display:block;padding:8px 0;font-size:15px}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}
