@media screen and (min-width: 1600px) {
    #video {
        height: 800px;
    }
}
@media screen and (max-width: 1200px) {
    .work {
        width: 240px;
    }
    .sections {
        width: 300px;
    }
}
@media screen and (max-width: 768px) {
    /* ***************************************** NAV **************************** */
    .navbar,
    .navs-right,
    .brandex-menu,
    .brandex-about,
    .nav-scrolled,
    .searchs,
    .searchs > i {
        display: none;
    }
    .logo {
        padding-top: 0;
    }
    .logo a :nth-child(1) {
        display: none;
    }
    .brandex-real-nav .logo :nth-child(2) {
        visibility: visible;
    }
    .brandex-real-nav {
        position: fixed;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #666666;
    }
    .navs-left h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .res-menu-nav {
        padding-left: 0;
        list-style: none;
        display: inline;
        margin-top: 70px;
        width: 100%;
        height: auto;
        opacity: 0;
        z-index: 9999;
        position: fixed;
        background-color: #fff;
        overflow: hidden;
    }
    .res-circle {
        display: inline;
        float: right;
        margin-right: 10px;
    }
    .circle {
        background-color: #000;
    }
    .circles {
        width: 37px;
        margin-top: 13px;
        border: 1px solid #000;
        margin-right: 8px;
    }
    .responsive-nav {
        padding-left: 0;
        width: 97%;
        height: 15%;
    }
    .responsive-nav li {
        font-size: 15px;
        text-align: left;
        margin-left: 3%;
        padding: 2% 0;
        overflow: hidden;
        color: black;
    }
    .responsive-nav h5 {
        display: inline;
    }
    .responsive-nav h5 a {
        color: #000;
    }
    .responsive-nav i {
        float: right;
        font-size: 20px;
        margin: 1% 3% 0 0;
        transition: 0.5s;
    }
    .erotate {
        transform: rotate(90deg);
    }
    .res-nav-item-menu {
        height: 0;
    }
    .res-nav-item-menu p {
        display: inline;
    }
    .open {
        opacity: 1;
        visibility: visible;
    }
    .open-menu-link {
        height: auto;
    }

    /* ***************************************** SERVICE **************************** */
    .box h3 {
        top: 10%;
    }
    .box ul {
        list-style: none;
        position: absolute;
        left: 0;
        top: 38px;
        font-size: 16px;
        transition: 0.5s all;
        padding-left: 30px;
    }
    .work-icon {
        display: none;
    }

    /* ***************************************** VIDEO **************************** */
    .inner-box-video {
        top: 13%;
        left: 35%;
        justify-content: center;
    }
    .inner-order .container {
        opacity: 0.9;
        margin-top: 40px;
    }

    /* ***************************************** ADVANTAGE **************************** */
    .advantage {
        width: 96%;
        margin-left: 17px;
    }
    .advantage-info-right .advantage-layout-right {
        margin: 10px 0 10px 44px;
    }
    .advantage-info-left .advantage-layout-right {
        margin-right: 100px;
        margin-left: 25px;
    }
    .advantage-info-right .advantage-layout-left {
        margin-left: 5px;
    }
    .advantage-icon {
        padding-left: 1em;
    }

    /* ***************************************** ORDER CONTACT **************************** */
    .order-contact {
        height: auto;
    }

    /* ******************************************* ABOUT **************************** */
    #video {
        width: 85%;
        height: 300px;
        position: relative;
        margin: 40px 0;
    }

    /* ***************************************** REFERANCE **************************** */
    .reference img {
        width: 250px !important;
        height: 300px !important;
    }
    .modal-content {
        width: 100%;
    }

    .reference img {
        width: 250px;
        height: 300px;
    }
    .modal {
        width: 85% !important;
        height: 100% !important;
    }
    .modal-content {
        width: 60% !important;
        height: 450px !important;
        max-width: 800px;
        object-fit: fill;
    }

    /* ***************************************** WORKS **************************** */
    .grid-item {
        margin-left: 50px;
    }

    /* ***************************************** PAGES ABOUT **************************** */
    .title-wrap {
        width: 100%;
        height: 45vh;
        box-sizing: border-box;
        margin-bottom: 1%;
    }
    .title-wrap img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
        filter: grayscale(100%);
    }
    .title-wrap h1 {
        font-size: 44px;
    }
    .title-wrap .inner-title {
        top: 20%;
        left: 50%;
    }
}

@media screen and (max-width: 600px) {
    /* ***************************************** NAV **************************** */
    main {
        overflow-x: hidden;
    }
    #loader-inner {
        vertical-align: top;
        display: inline-block;
        width: 80%;
        background-color: #fff;
        animation: loader-inner 2s infinite ease-in;
    }

    .title .carousel img {
        width: 100%;
        height: 40vh;
    }

    #natty-carousel .carousel-item div h5 {
        font-size: 12px !important;
    }
    .header-inner {
        margin: 0;
    }
    .navbar,
    .navs-right,
    .brandex-menu,
    .brandex-about,
    .nav-scrolled,
    .searchs,
    .searchs > i {
        display: none;
    }
    .logo a :nth-child(1) {
        display: none;
    }
    .navs-left {
        height: 44px;
    }
    .brandex-real-nav .logo :nth-child(2) {
        visibility: visible;
        width: 150px;
    }
    .brandex-real-nav {
        position: fixed;
        width: 100%;
        height: 53px;
        background-color: #fff;
        border-bottom: 1px solid #666666;
    }
    .navs-left h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .res-menu-nav {
        overflow-x: hidden;
        padding-left: 0;
        list-style: none;
        display: inline-block;
        margin-top: 53px;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
        position: fixed;
        background-color: #fff;
    }
    .res-circle {
        display: inline;
        float: right;
        margin-right: 10px;
    }
    .circle {
        background-color: #000;
    }
    .circles {
        width: 33px;
        margin-top: 10px;
        border: 1px solid #000;
        margin-right: 8px;
    }
    .responsive-nav {
        padding-left: 0;
        width: 97%;
        height: 15%;
    }
    .responsive-nav li {
        font-size: 15px;
        text-align: left;
        margin-left: 3%;
        padding: 2% 0;
        overflow: hidden;
        color: black;
    }
    .responsive-nav h5 {
        display: inline;
    }
    .responsive-nav h5 a {
        color: #000;
    }
    .responsive-nav i {
        float: right;
        font-size: 20px;
        margin: 1% 3% 0 0;
        transition: 0.5s;
    }
    .erotate {
        transform: rotate(90deg);
    }
    .res-nav-item-menu {
        height: 0;
    }
    .res-nav-item-menu p {
        display: inline;
    }
    .open {
        opacity: 1;
        visibility: visible;
    }
    .open-menu-link {
        height: auto;
    }
    #natty-carousel .carousel-item div h1 {
        font-size: 15px;
    }
    #natty-carousel .carousel-item div h2 {
        font-size: 30px;
    }

    /* ***************************************** INDEX ABOUT **************************** */
    .about {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .about-picture img {
        width: 100%;
        height: 263px;
        object-fit: cover;
    }

    /* ***************************************** SERVICE **************************** */
    .sections {
        width: 100%;
        height: 320px;
    }
    .box {
        width: 100%;
    }
    .box h3 {
        top: 10%;
        font-size: 14px;
    }
    .box ul {
        list-style: none;
        position: absolute;
        left: 0;
        top: 38px;
        transition: 0.5s all;
        padding-left: 30px;
    }
    .box ul li a {
        font-size: 13px;
        width: 300px;
        padding: 5px;
    }

    /* ***************************************** MY JOBS **************************** */
    .work {
        margin-top: 35px;
    }
    .work-icon {
        display: none;
    }

    /* ***************************************** VIDEO **************************** */
    .inner-box-video {
        width: 80px;
        height: 80px;
        top: 28%;
        left: 35%;
        justify-content: center;
    }
    .inner-video-player i {
        font-size: 24px;
        top: 36%;
        left: 41%;
    }
    .note {
        max-width: 475px;
    }
    .note img {
        max-width: 450px;
        object-fit: contain !important;
    }
    .note iframe {
        width: 85% !important;
        height: 200px !important;
    }
    .inner-order-text h2 {
        font-size: 28px;
    }

    /* ****************************************  PORFOLIO ***************************** */
    #fancy-nav #magic-border {
        display: none !important;
    }

    /* ****************************************  CUSTOMER ***************************** */
    .customer img {
        width: 100%;
        height: 200px;
    }
    #fancy-nav li {
        margin: 5px;
    }
    #fancy-nav li a {
        border: 1px solid rgb(224, 224, 224);
        border-radius: 3px;
    }

    /* ***************************************** ADVANTAGE **************************** */
    .advantage {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .advantage .row {
        padding: 0;
        margin: 0;
    }
    .advantage-picture {
        visibility: hidden;
    }
    .advantage-info-right .advantage-layout-right {
        margin: 10px 0 10px 70px;
        padding: 0 !important;
    }
    .advantage-info-left .advantage-layout-right {
        margin-right: 100px;
        margin-left: 25px;
        padding: 0 !important;
    }
    .advantage-info-right .advantage-layout-left {
        margin-left: 5px;
    }

    /* ***************************************** ORDER CONTACT **************************** */
    .inner-order video {
        display: block;
    }
    .inner-order {
        width: 100%;
        height: 100%;
        background-color: #000000d0;
        position: relative;
        padding: 0px;
    }
    .order-contact {
        width: 100%;
        height: auto;
    }
    .inner-contact-group label {
        font-size: 13px;
    }
    .inner-contact-group label > span {
        margin-left: 6px;
    }

    /* ******************************************* ABOUT**************************** */
    #video {
        width: 85%;
        height: 200px;
        position: relative;
        margin: 40px 0;
    }

    /* ***************************************** REFERANCE **************************** */
    .reference img {
        width: 250px !important;
        height: 300px !important;
    }
    .modal-content {
        width: 100%;
    }
    .reference img {
        width: 250px;
        height: 300px;
    }

    /* ***************************************** MODAL **************************** */
    .modal {
        width: 99% !important;
        height: 100% !important;
    }
    .modal-content {
        width: 60% !important;
        height: 450px !important;
        max-width: 800px;
        object-fit: fill;
    }

    /* ***************************************** WORKS **************************** */
    .grid-item {
        width: 49%;
        margin-left: 0px;
        left: 196px;
    }
    .overlay {
        width: 100%;
        height: 146px;
        opacity: 0.8;
    }
    .overlay a {
        opacity: 1;
        font-size: 11px;
        padding: 2px 6px;
    }
    .overlay-img {
        width: 100%;
        height: 146px;
    }
    .overlay-img img {
        width: 84%;
        height: 146px;
    }
    .overlay-title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .overlay-tags {
        margin-bottom: 5px;
    }
    .inner-order .container {
        opacity: 0.9;
        margin-top: 40px;
    }

    /* ***************************************** PAGES ABOUT **************************** */
    .title-wrap {
        width: 100%;
        height: 35vh;
        box-sizing: border-box;
        margin-bottom: 1%;
    }
    .title-wrap img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
        filter: grayscale(100%);
    }
    .title-wrap h1 {
        font-size: 44px;
    }
    .title-wrap .inner-title {
        top: 20%;
        left: 50%;
    }
    .note p {
        padding: 0 10px;
    }
    .inner-career-text {
        height: auto !important;
    }
    .inner-career-logo img {
        margin-top: 10px !important;
    }
    footer img {
        margin-left: -40px;
    }
    .brandex-menu {
        display: inline-block;
    }
}

@media screen and (max-width: 375px) {
    /* ***************************************** NAV **************************** */
    main {
        overflow-x: hidden;
    }
    .title .carousel img {
        width: 100%;
        height: 40vh;
    }
    #natty-carousel .carousel-item div h5 {
        font-size: 10px !important;
    }
    .header-inner {
        margin: 0;
    }
    .navbar,
    .navs-right,
    .brandex-menu,
    .brandex-about,
    .nav-scrolled,
    .searchs,
    .searchs > i {
        display: none;
    }
    .logo a :nth-child(1) {
        display: none;
    }
    .brandex-real-nav .logo :nth-child(2) {
        visibility: visible;
        width: 150px;
    }
    .navs-left {
        height: 44px;
    }
    .brandex-real-nav {
        position: fixed;
        width: 100%;
        height: 53px;
        background-color: #fff;
        border-bottom: 1px solid #666666;
    }
    .navs-left h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .res-menu-nav {
        padding-left: 0;
        list-style: none;
        display: inline;
        margin-top: 53px;
        width: 375px;
        height: auto;
        opacity: 0;
        z-index: 9999;
        position: fixed;
        background-color: #fff;
    }
    .res-circle {
        display: inline;
        float: right;
        margin-right: 10px;
    }
    .circle {
        background-color: #000;
    }
    .circles {
        width: 33px;
        margin-top: 10px;
        border: 1px solid #000;
        margin-right: 8px;
    }
    .responsive-nav {
        padding-left: 0;
        width: 97%;
        height: 15%;
    }
    .responsive-nav li {
        font-size: 15px;
        text-align: left;
        margin-left: 3%;
        padding: 2% 0;
        overflow: hidden;
        color: black;
    }
    .responsive-nav h5 {
        display: inline;
    }
    .responsive-nav i {
        float: right;
        margin: 1% 3% 0 0;
        transition: 0.5s;
    }
    .erotate {
        transform: rotate(90deg);
    }
    .res-nav-item-menu {
        height: 0;
    }
    .res-nav-item-menu p {
        display: inline;
    }
    .open {
        opacity: 1;
    }
    .open-menu-link {
        height: auto;
    }
    #natty-carousel .carousel-item div h1 {
        font-size: 15px;
    }
    #natty-carousel .carousel-item div h2 {
        font-size: 30px;
    }

    /* ***************************************** INDEX ABOUT **************************** */
    .about {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .about-picture img {
        width: 100%;
        height: 263px;
        object-fit: cover;
    }

    /* ***************************************** SERVICE **************************** */
    .sections {
        width: 49%;
        height: 320px;
    }
    .box {
        width: 100%;
    }
    .box h3 {
        top: 10%;
        font-size: 14px;
    }
    .box ul {
        list-style: none;
        position: absolute;
        left: 0;
        top: 38px;
        transition: 0.5s all;
        padding-left: 30px;
    }
    .box ul li a {
        font-size: 13px;
        width: 120px;
        padding: 3px;
    }

    /* ***************************************** MY JOBS **************************** */
    .work {
        margin-top: 35px;
    }
    .work-icon {
        display: none;
    }
    .work-texts p {
        font-size: 13px;
    }

    /* ***************************************** VIDEO **************************** */
    .inner-box-video {
        width: 80px;
        height: 80px;
        top: 28%;
        left: 35%;
        justify-content: center;
    }
    .inner-video-player i {
        font-size: 24px;
        top: 36%;
        left: 41%;
    }
    .inner-order .container {
        opacity: 0.9;
        margin-top: 40px;
    }

    /* ***************************************** ADVANTAGE **************************** */
    .advantage .row {
        padding: 0px !important;
    }
    .advantage {
        width: 96%;
        height: auto;
        margin-left: 17px;
    }
    .advantage-picture {
        visibility: hidden;
    }
    .advantage-info-right .advantage-layout-right {
        margin: 10px 0 10px 44px;
        padding: 0 !important;
    }
    .advantage-info-left .advantage-layout-right {
        margin-right: 100px;
        margin-left: 25px;
    }
    .advantage-info-right .advantage-layout-left {
        margin-left: 5px;
        padding: 0 !important;
    }
    .advantage-info-left .advantage-layout-left {
        margin-left: 50px;
    }

    /* ***************************************** ORDER CONTACT **************************** */
    .inner-order video {
        display: none;
    }
    .inner-order {
        width: 100%;
        height: 100%;
        background-color: #000000d0;
        position: relative;
        padding: 10px;
    }
    .order-contact {
        background-color: #f2f2f2;
        position: relative;
        height: 1000px;
        opacity: 0.8;
        margin: auto;
        padding: 35px 0;
    }
    .inner-order-text {
        height: auto;
    }
    .inner-order-text h2 {
        font-size: 28px;
    }
    .inner-order-contact {
        height: auto;
    }
    .inner-contact-group label {
        font-size: 13px;
    }
    .inner-contact-group label > span {
        margin-left: 6px;
    }

    /* ******************************************* ABOUT**************************** */
    #video {
        width: 85%;
        height: 180px;
        position: relative;
        margin: 40px 0;
    }

    /* ***************************************** REFERANCE **************************** */
    .reference img {
        width: 250px !important;
        height: 300px !important;
    }
    .modal-content {
        width: 100%;
    }

    .reference img {
        width: 250px;
        height: 300px;
    }
    .modal {
        width: 85% !important;
        height: 100% !important;
    }
    .modal-content {
        width: 60% !important;
        height: 450px !important;
        max-width: 800px;
        object-fit: fill;
    }

    /* ***************************************** WORKS **************************** */
    .grid-item {
        width: 48%;
        margin-left: 0px;
    }
    .overlay {
        width: 160px;
        height: 146px;
        opacity: 0.8;
    }
    .overlay a {
        opacity: 1;
        font-size: 11px;
        padding: 2px 6px;
    }
    .overlay-img {
        width: 100%;
        height: 146px;
    }
    .overlay-img img {
        width: 92%;
        height: 146px;
    }
    .overlay-title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .overlay-tags {
        margin-bottom: 5px;
    }

    /* ***************************************** PAGES ABOUT **************************** */
    .title-wrap {
        width: 100%;
        height: 35vh;
        box-sizing: border-box;
        margin-bottom: 1%;
    }
    .title-wrap img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
        filter: grayscale(100%);
    }
    .title-wrap h1 {
        font-size: 44px;
    }
    .title-wrap .inner-title {
        top: 20%;
        left: 50%;
    }
}
@media screen and (max-width: 360px) {
    /* ***************************************** NAV **************************** */
    main {
        overflow-x: hidden;
    }
    .title .carousel img {
        width: 100%;
        height: 40vh;
    }
    #natty-carousel .carousel-item div h5 {
        font-size: 10px !important;
    }
    .title-wrap h1 {
        font-size: 47px;
    }
    .header-inner {
        margin: 0;
    }
    .brandex-real-nav .logo :nth-child(2) {
        width: 138px;
        visibility: visible;
    }
    .navbar,
    .navs-right,
    .brandex-menu,
    .brandex-about,
    .nav-scrolled,
    .searchs,
    .searchs > i {
        display: none;
    }
    .logo a :nth-child(1) {
        display: none;
    }
    .navs-left {
        height: 44px;
    }
    .brandex-real-nav {
        position: fixed;
        width: 100%;
        height: 53px;
        background-color: #fff;
        border-bottom: 1px solid #666666;
    }
    .navs-left h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .res-menu-nav {
        padding-left: 0;
        list-style: none;
        display: inline;
        margin-top: 53px;
        width: 360px;
        height: auto;
        opacity: 0;
        z-index: 9999;
        position: fixed;
        background-color: #fff;
    }
    .res-circle {
        display: inline;
        float: right;
        margin-right: 10px;
    }
    .circle {
        background-color: #000;
    }
    .circles {
        width: 33px;
        margin-top: 10px;
        border: 1px solid #000;
        margin-right: 8px;
    }
    .responsive-nav {
        padding-left: 0;
        width: 97%;
        height: 15%;
    }
    .responsive-nav li {
        font-size: 15px;
        text-align: left;
        margin-left: 3%;
        padding: 2% 0;
        overflow: hidden;
        color: black;
    }
    .responsive-nav h5 {
        display: inline;
    }
    .responsive-nav i {
        float: right;
        font-size: 20px;
        margin: 1% 3% 0 0;
        transition: 0.5s;
    }
    .erotate {
        transform: rotate(90deg);
    }
    .res-nav-item-menu {
        height: 0;
    }
    .res-nav-item-menu p {
        display: inline;
    }
    .open {
        opacity: 1;
    }
    .open-menu-link {
        height: auto;
    }
    #natty-carousel .carousel-item div h1 {
        font-size: 15px;
    }

    /* ***************************************** INDEX ABOUT **************************** */
    .about {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .about-picture img {
        width: 100%;
        height: 263px;
        object-fit: cover;
    }

    /* ***************************************** SERVICE **************************** */
    .sections {
        width: 49%;
        height: 320px;
    }
    .box {
        width: 100%;
    }
    .box h3 {
        top: 10%;
        font-size: 14px;
    }
    .box ul {
        list-style: none;
        position: absolute;
        left: 0;
        top: 38px;
        transition: 0.5s all;
        padding-left: 30px;
    }
    .box ul li a {
        font-size: 13px;
        width: 120px;
        padding: 5px;
    }

    /* ***************************************** MY JOBS **************************** */
    .work {
        margin-top: 35px;
    }
    .work-icon {
        display: none;
    }
    .work-texts p {
        font-size: 13px;
    }

    /* ***************************************** VIDEO **************************** */
    .inner-box-video {
        width: 80px;
        height: 80px;
        top: 28%;
        left: 35%;
        justify-content: center;
    }
    .inner-video-player i {
        font-size: 24px;
        top: 36%;
        left: 41%;
    }

    /* ***************************************** ADVANTAGE **************************** */
    .advantage {
        width: 96%;
        height: auto;
        margin-left: 17px;
    }
    .advantage-picture {
        visibility: hidden;
    }
    .advantage-info-right .advantage-layout-right {
        margin: 10px 0 10px 44px;
    }
    .advantage-info-left .advantage-layout-right {
        margin-right: 100px;
        margin-left: 25px;
    }
    .advantage-info-right .advantage-layout-left {
        margin-left: 5px;
    }
    .advantage-info-left .advantage-layout-left {
        margin-left: 50px;
    }

    /* ***************************************** ORDER CONTACT **************************** */
    .inner-order video {
        display: none;
    }
    .inner-order {
        width: 100%;
        height: 100%;
        background-color: #000000d0;
        position: relative;
        padding: 10px;
    }
    .order-contact {
        background-color: #f2f2f2;
        position: relative;
        height: 1000px;
        opacity: 0.8;
        margin: auto;
        padding: 35px 0;
    }
    .inner-order-text {
        height: auto;
    }
    .inner-order-text h2 {
        font-size: 28px;
    }
    .inner-order-contact {
        height: auto;
    }
    .inner-contact-group label {
        font-size: 13px;
    }
    .inner-contact-group label > span {
        margin-left: 6px;
    }

    /* ******************************************* ABOUT**************************** */
    #video {
        width: 85%;
        height: 180px;
        position: relative;
        margin: 40px 0;
    }

    /* ***************************************** REFERANCE **************************** */
    .reference img {
        width: 250px !important;
        height: 300px !important;
    }
    .modal-content {
        width: 100%;
    }
    .reference img {
        width: 250px;
        height: 300px;
    }
    .modal {
        width: 85% !important;
        height: 100% !important;
    }
    .modal-content {
        width: 60% !important;
        height: 450px !important;
        max-width: 800px;
        object-fit: fill;
    }

    /* ***************************************** WORKS **************************** */
    .grid-item {
        width: 48%;
        margin-left: 0px;
    }
    .overlay {
        width: 160px;
        height: 146px;
        opacity: 0.8;
    }
    .overlay a {
        opacity: 1;
        font-size: 11px;
        padding: 2px 6px;
    }
    .overlay-img {
        width: 100%;
        height: 146px;
    }
    .overlay-img img {
        width: 92%;
        height: 146px;
    }
    .overlay-title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .overlay-tags {
        margin-bottom: 5px;
    }

    /* ***************************************** PAGES ABOUT **************************** */
    .title-wrap {
        width: 100%;
        height: 35vh;
        box-sizing: border-box;
        margin-bottom: 1%;
    }
    .title-wrap img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
        filter: grayscale(100%);
    }
    .title-wrap h1 {
        font-size: 44px;
    }
    .title-wrap .inner-title {
        top: 20%;
        left: 50%;
    }
}
