/***** MOBILE LANDSCAPE *****/
@media screen and (max-width:900px) and (orientation:landscape) {
    .logoGraphicPage {
        /*width: 11.25%;*/
        width: 14%;
      }
      .pageProjectDetail .logoGraphicPage {
        /*width: 25%;*/
        width: 14%;
      }
    .socialRightTab {
        top: 85px;
        right: 24px;
        transform: translateY(0);
    }
    .socialRightTabInner {
        font-size: 20px;
        line-height: 20px;
    }
    .socialRightTabInner > ul > li {
        margin: 10px auto;
        width: 20px;
    }
}