#homepage-welcome-to-the-new-shop{
    margin-bottom: calc(20px * 2);
}

#homepage-welcome-to-the-new-shop .wrap{
    width: calc(1400px + 60px);
    align-items: flex-start;
    display: flex;
}

#homepage-welcome-to-the-new-shop .content-block{
    width: calc(55% - 80px);
    transform: translateX(30px);
    background-color: #001F45;
    padding: 80px;
    color: #ffffff;
    left: 0;
}

#homepage-welcome-to-the-new-shop .content-block p:last-child{
    margin-bottom: 0;
}

#homepage-welcome-to-the-new-shop .wrap>video,
#homepage-welcome-to-the-new-shop .wrap>.video_container{
    transform: translate(-30px, 30px);
    display: block;
    height: auto;
    z-index: 1;
    width: 45%;
}

#homepage-welcome-to-the-new-shop .wrap>.video_container img{
    background-color: #ffffff;
    border: solid 2px #001F45;
    display: block;
    height: auto;
    width: 100%;
}

#homepage-welcome-to-the-new-shop .content-block .inner-content{
    display: table;
    margin: 0 auto;
}

#homepage-welcome-to-the-new-shop .content-block p{
    max-width: 600px;
}

#homepage-welcome-to-the-new-shop .content-block p a{
    color: inherit;
}

#homepage-welcome-to-the-new-shop .content-block h3{
    line-height: 46px;
    font-size: 50px;
}

#homepage-welcome-to-the-new-shop .content-block h3 small{
    display: inline-block;
    line-height: 38px;
    font-size: 40px;
}

@media screen and (max-width: 1440px) {
    #homepage-welcome-to-the-new-shop .wrap{
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #homepage-welcome-to-the-new-shop .content-block h3 small{
        line-height: 36px;
    font-size: 30px;
    }
}

@media screen and (max-width: 960px) {
    #homepage-welcome-to-the-new-shop .content-block{
        transform: translateX(0);
        width: calc(50% - 80px);
    }

    #homepage-welcome-to-the-new-shop .wrap>video,
    #homepage-welcome-to-the-new-shop .wrap>.video_container{
        transform: translate(0, -50%);
        position: absolute;
        right: 20px;
        width: 45%;
        top: 50%;
    }

    #homepage-welcome-to-the-new-shop .wrap{
        background-color: #001F45;
        display: flex;
    }
}

@media screen and (max-width: 760px) {

    #homepage-welcome-to-the-new-shop .wrap{
        flex-flow: row wrap;
        flex-wrap: wrap-reverse;
    }

    #homepage-welcome-to-the-new-shop .wrap>video,
    #homepage-welcome-to-the-new-shop .wrap>.video_container{
        transform: translate(0, 0);
        position: relative;
        display: block;
        width: 100%;
        right: 0;
        top: 0;
    }

    #homepage-welcome-to-the-new-shop .wrap>.video_container img{
        border: none;
    }

    #homepage-welcome-to-the-new-shop .content-block{
        width: calc(100% - 40px);
        display: block;
        padding: 40px;
    }

    #homepage-welcome-to-the-new-shop .content-block h3 small{
        line-height: 38px;
    font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    #homepage-welcome-to-the-new-shop .content-block h3 small{
        line-height: 36px;
    font-size: 30px;
    }
}

@media screen and (max-width: 380px) {
    #homepage-welcome-to-the-new-shop .content-block h3 small{
        font-size: 1.5rem;
    }

    #homepage-welcome-to-the-new-shop .content-block h3{
        font-size: 2.7rem;
    }
}