body {
      position: relative;
      height: 100%;
    }
.szelfi_kep         {width: 250px;}
.swiper {
      width: 100%;
      height: 540px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
        background: none;
        width: 279px;
        height: 540px;
    }


.swiper-button-next     {color: #FEE600!important;}
.swiper-button-prev     {color: #FEE600!important;}
/*
.szelfi_valaszto				{background: #ffffff; padding: 10px; margin: 20px 0; border-radius: 10px; cursor: pointer;}
.szelfi_valaszto:hover			{background: #fee600; font-weight: 700;}
.szelfi_valaszto_active         {background: #fee600; font-weight: 700;}
*/



@media all and (min-width: 300px) and (max-width: 992px) {
.szelfi_valaszto				{background: #ffffff; padding: 10px; margin: 20px 0; border-radius: 10px; cursor: pointer; display: none;}
.szelfi_valaszto_active         {background: #fee600; font-weight: 700; display: block}
    .swiper-button-next            {display: none!important;}
    .swiper-button-prev        {display: none!important;}
}

@media all and (min-width: 993px) and (max-width: 5000px) {
.szelfi_valaszto				{background: #ffffff; padding: 10px; margin: 20px 0; border-radius: 10px; cursor: pointer;}
.szelfi_valaszto:hover			{background: #fee600; font-weight: 700;}
.szelfi_valaszto_active         {background: #fee600; font-weight: 700;}
}
