.intro-global {
    background-image: unset;
    padding: unset;
}

.intro-global img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.logo {
    display: none;
}

.menu_wrapper {
    right: 17%;
}

.ywp_header {
    padding: unset;
    min-height: unset;
    max-width: unset;
}

.logo {
    top: unset;
    display: none;
}

.header_wrapper {
    padding: unset;
    height: unset;
}

.menu_wrapper {
    background-color: rgba(0, 0, 0, 1);
    padding: 1%;
    top: unset;
    right: 17%;
    position: static;
    width: 100%;
}

@media (max-width: 1550px) {
    .header_wrapper {
        height: unset;
    }

    .menu_wrapper{
        top: unset;
    }
}


@media (max-width: 981px){
    .mobile_logo{
        display: none;
    }
}