#iconic_slider.carousel .carousel-inner .carousel-item .games .img-thumbnail img {
    height: 145px;
}

img {
    object-fit: cover;
}

.thumb .img-thumbnail {
    height: 145px;
}

.row2 {
    width: 100%;
}

.thumb .playnow {
    padding: 0px;
}

.purejscarousel-slides-container {
    transition: transform 0.5s ease-in-out;
}

.searchBg {
    width: 100%;
}

.favoritegames-container .thumb .caption {
    font-size: 16px;
    position: absolute;
    z-index: 100;
    text-align: left;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, black 100%);
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    padding: 5px 10px;
    left: 4px;
}


#searchContainer {
    position: absolute;
    background: rgba(0, 35, 70, 0.93);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    top: 100px;
    z-index: 9999999;
    padding: 10px 30px 5px;
    height: 90px;
}


footer .nav-link:focus,
footer .nav-link:hover {
    border: 1px solid #084a90;
}

.kizi-logo img {
    width: auto;
    height: 50px;
}


header.kizi .brand-logo-container {
    position: relative;
    display: block;
    height: 100%;
    min-width: 200px;
}

header.kizi .kizi-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



header.kizi .navbar-nav {
    border-radius: 30px;
    width: fit-content;
    height: 100%;
    box-shadow: 0 5px 0 #3e8e0c;
    font-family: "Oswald", sans-serif;
}







header.kizi .container-fluid .row.wave {
    background: none;
}


.brand-logo-container {
    min-height: inherit;
}

.thumb .caption {
    position: relative;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    left: 0;
    font-weight: 600 !important;
}


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

    header.kizi {
        height: 70px;
    }
    

    .menu {
        margin-left: -20px !important;
        margin-top: 10px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100vw;
        margin-bottom: 10px;
        position: absolute;
        top: 70px;
    }

    header.kizi .navbar-nav{
        box-shadow: none;
    }

    .container-fluid {
        margin-top: 50px;
    }

    .navbar-nav1{
        min-height: 49px;
    }

    #sliders{
       margin-top: 0;
    }

    .pr-5, .px-5{
        max-width: 100%;
        width: 100%;
    }

    .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .h-100{
        height: auto !important;
    }

    #mega_slider{
        max-height: max-content;
    }

    .pr-5{
        padding-right: 0!important;
    }

    .p-3{
        padding: 0!important;
    }

    .row{
        margin: 0!important;
    }

    .col-12{
        margin: 0!important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .grid{
        grid-gap: 0!important;
    }

    .col-4{
        display: none;
    }

    .newreleases-container .newreleases-carousel-slide {
        padding-top: 10px;
    }

    .favoritegames-carousel-slide{
        width: auto;
    }

    .thumb .caption {
        position: relative;
        background: transparent;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        left: 0;
        font-weight: 300 !important;
    }

    h2 {
        font-size: 20px;
    }

    #searchContainer {
        position: absolute;
        background: rgba(0, 35, 70, 0.93);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        top: 20px;
        z-index: 9999999;
        padding: 10px 30px 5px;
        height: 100px;
    }


    .navbar-brand {
        width: 100%;
        height: 100%;
        margin-left: -7%;
        position: absolute;
        top: 0;
        padding: 0;
    }

    .kizi-logo img {
        width: auto;
        height: 50px;
        position: absolute;
        top: 20px;
    }
    
}

