.mobile-break {
    display: none;
}

/* POST */
.BF__page.BF__page-post .BF__header-title {
    max-width: 756px;
}

@media (orientation: landscape) {

}

@media (min-width: 1250px) {

}

@media (max-width: 1366px) 
and (min-width: 1113px){

}

/* without Tablet (Portrait) */
@media (min-width: 1023px) {

}

/* without Mobile */
@media (min-width: 761px) {

}

@media (orientation: landscape) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (orientation: portrait) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .mobile-break {
        display: initial;
    }
    
    /* POST */
    .BF__page.BF__page-post .BF__header-title {
        font-size: 37px;
    }

    .BF__page.BF__page-post .BF__header-title-wrapper {
        max-width: 360px;
    }

    .BF__page .BF__club-content-title {
        max-width: 370px;
    }
}