/* got_fixedBanner 2 */
section:nth-child(2 of .got_fixedBanner) .got_fixedBanner-content {
    max-width: 700px !important;
    text-align: center;
    margin-right: auto;
    margin-left: 5%;
}
section:nth-child(2 of .got_fixedBanner) .got_fixedBanner-content p {
    max-width: 100%;
}
section:nth-child(2 of .got_fixedBanner) .got_fixedBanner-content a {
    margin: auto;
}

/* got_fixedBanner 3 */
section:nth-child(3 of .got_fixedBanner) .got_fixedBanner-content {
    max-width: 700px !important;
    text-align: center;
    margin: auto;
}
section:nth-child(3 of .got_fixedBanner) .got_fixedBanner-content p {
    max-width: 100%;
}
section:nth-child(3 of .got_fixedBanner) .got_fixedBanner-content a {
    margin: auto;
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(6, minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 200px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
}
a.banner-entry{
    height: 225px;
}
}
@media(max-width:767px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
}
a.banner-entry{
    height: 200px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 130px;
}
}
/* Categories List End */

/* got_fixedBanner */
@media (max-width: 768px) {
    .got_fixedBanner-allContent {
        justify-content: center;
    }
    .got_fixedBanner-content {
        margin: auto !important;
    }
}

/* got_fixedBanner - ENG */
html[lang="en"] .got_fixedBanner-allContent {
    justify-content: end;
}
@media (min-width: 992px) {
  html[lang="en"] .got_fixedBanner-allContent {
      padding-right: 5%;
  }
}