/*
 * Body Height
 */
.container, .container-fluid {
    height: calc(100% - 75px) !important;

}

@media (max-width: 1024px) {
    .user-post img, .user-post video {
        height: 275px;
        width: 275px;
    }
}

@media (max-width: 992px) {
    .user-post {
        padding: unset;
        height: 200px;
        width: 200px;
    }

    .user-post img, .user-post video {
        height: 200px;
        width: 200px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: calc(100% + 125px) !important;
        margin-left: unset;
        margin-right: unset;
    }

    .user-area {
        max-width: calc(100% + 125px) !important;
    }

    #postModal .modal-content {
        flex-direction: column !important;
    }

    #postModal .modal-content > * {
        width: 100% !important;
    }

    .user-post {
        padding: 0 10px;
    }

    .col-md-3 {
        max-width: unset !important;
    }

    .user-post img, .user-post video {
        cursor: pointer; !important;
    }
}

@media (max-width: 680px){
    .user-post {
        padding: 0 5px;
    }
}

@media (max-width: 576px) {
    .user-posts, .container {
        margin: unset;
    }

    .user-post {
        padding: 0 7px;
        height: 103px;
        width: 103px;
    }

    .user-post img, .user-post video {
        cursor: pointer;
        height: 103px;
        width: 103px;
    }

    .featured-story-item {
        width: 80px;
    }

	/*
    .webUserCounts {
        display: none !important;
    }

    .mobileUserCounts {
        display: flex !important;
    }*/


    /*
     * Bottom Menü Ayarlamaları
     */
    .bottom-menu, .menu {
        height: 65px;
    }

    /*
     * Market
     */
    .package-tabs {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 100%;
    }

    .package-cards .card {
        width: 100% !important;
    }
}

@media (max-width: 425px) {
    .user-post {
        padding: 0 5px;
    }

    .card.px-1 {
        padding-left: 0.75rem !important;
    }
}

@media (max-width: 375px){
    .user-post {
        padding: unset !important;
        margin-top: 3px !important;
    }

    .user-area .px-1 {
        padding-left: unset !important;
        padding-right: unset !important;
    }
}
