@media only screen and (max-height: 720px) {
    .issue-image {
        width: 70% !important;
    }
    .content {
        font-size: 5rem;
    }
    .menu-title-container {
        height: 29%;
    }
}

@media only screen and (max-width: 1024px) {
    html,
    body {
        position: unset;
        /* overflow-y: scroll; */
        height: 100%;
    }
    .logotext {
        text-align: left;
        color: #fff;
    }
    .navbar {
        background-color: #191919;
    }
    .navbar-burger {
        color: #fff;
        height: 4.25rem;
        width: 5.25rem;
    }
    .navbar-menu {
        background-color: #191919;
    }
    a.navbar-item {
        padding-right: 2rem;
    }
    a.navbar-item:hover {
        background-color: #5536ff;
        color: #fff;
    }
    .navbar-item {
        color: #fff;
        font-size: 2rem;
    }
    .shota-item {
        border-top: 1px #707070 solid;
        border-bottom: 1px #707070 solid;
    }
    .navbar-burger span {
        width: 30px;
        left: calc(50% - 13px);
    }
    .navbar-start {
        text-align: right;
        margin-right: 0;
    }
    .issue-details {
        padding: 2.2em;
    }
    .issue-image-mobile {
        padding: 1em;
    }
    .issue-image {
        max-width: 80%;
    }
    .issue-number {
        font-size: 3em;
    }
    /* swiper */
    .swiper-wrapper {
        padding: 1em;
    }
    .swiper-container {
        width: 100%;
        height: 30rem;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-image: url("https://egg.al/shota/wp-content/uploads/2020/11/Image-21@2x.png");
        background-size: cover;
        width: 80%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide:nth-child(2n) {
        width: 100%;
        background-image: url("https://egg.al/shota/wp-content/uploads/2020/12/Image-26.png");
        background-size: cover;
    }
    #swiper-coloroverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.6;
    }
    #swiper-coloroverlay3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.4;
    }
    .swiper-slide:nth-child(3n) {
        width: 100%;
        background-image: url("https://egg.al/shota/wp-content/uploads/2020/12/unnamed.png");
        background-size: cover;
    }
    .track {
        background-color: #bbff22;
        color: #191919;
        position: absolute;
        bottom: 10px;
    }
    .shota-search {
        text-align: center;
        margin-bottom: 2rem;
    }
    #searchform {
        text-align: center;
    }
    .marquee {
        overflow-x: hidden;
    }
    .content {
        font-size: 4rem;
        color: #191919;
    }
    /* kontakt page  */
    .kontakt-heading {
        font-size: 3rem;
    }
    /* Elementor menu rubrikat */
    .elementor-58 .elementor-element.elementor-element-08a4c7e .elementor-nav-menu--dropdown .elementor-item,
    .elementor-58 .elementor-element.elementor-element-08a4c7e .elementor-nav-menu--dropdown .elementor-sub-item {
        font-size: 28px;
        line-height: 2em;
        padding: 0.4em;
    }
    /* Navbar mobile logo */
    .navbar-item img {
        max-height: 3.75rem;
        margin: 0.25em 0 0em 0.12em;
    }
    .navbar {
        margin: 0 0 1em 0;
    }
    .site-main {
        padding: 0.7em;
    }
    .vellimi-image {
        padding: 0 3em;
    }
    .vellimi-main-image {
        border-top: 1px solid gray;
        padding: 2em;
    }
    /* Frymemarrje nav */
    #nav-article {
        width: 100%;
    }
    #nav-article input[type="checkbox"]:checked~.submenu {
        /* border-top: 1px solid #555; */
    }
    .vellimi-text {
        font-size: 1.7em;
        text-align: center;
    }
    .vellimi-mobile {
        padding: 2em;
    }
    /* Articles */
    .mobile-article {
        background-color: #fff;
        padding: 1.5em;
    }
    .post-title-heading {
        font-size: 2em;
    }
    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        font-size: 2em;
        margin-top: 0em;
        border-top: 0px solid gray;
        padding: 0 4em;
    }
    /* Padding i share button mobile */
    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 0px!important;
    }
    .post-content {
        font-size: 1em;
        border-top: 0px;
    }
    blockquote {
        margin: 1em 0;
        font-size: 1.5em;
        font-weight: 600;
    }
    /* footer single */
    .socials-mobile-single {
        text-align: right;
    }
    .arrow-single-article-mobile .nav-links {
        padding: 0;
    }
    .author-bio-mobile {
        display: flex;
    }
    .arrow-single-article-mobile {
        flex: 1;
    }
    .auth-name-mobile {
        flex: 3;
    }
}