body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Comfortaa', cursive;
    background-color: #048459;
    color: #FFFFFF;
}

body.new-year {
    background-color: #FFFFFF;
    color: #000000;
}

body.new-year .header{
    height: 482px;
    background: url("../images/ny-header.jpg") center top;
    margin-bottom: -100px;
}

.content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    max-width: calc(100% - 20px);
    margin: auto;
}

body.new-year .content{
    text-align: left;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 24px
}

body.new-year .content-ny{
    background: #FFFFFF;
}

body.new-year .content .title{
    font-weight: 900;
    color: #048459;
}

body.new-year .content .green{
    color: #048459;
}

body.new-year .content .text-right,
body.new-year .content .text-left{
    display: flex;
}

body.new-year .content .text-right .img-wrapper,
body.new-year .content .text-right .text-wrapper,
body.new-year .content .text-left .img-wrapper,
body.new-year .content .text-left .text-wrapper{
    width: 50%;
    display: block;
    padding: 20px;
}


body.new-year .content .text-right .img-wrapper,
body.new-year .content .text-left .img-wrapper {
    background: url("../images/ny-bg.jpg") center center no-repeat;
    background-size: 100% auto;
}

.mail-logo {
    max-width: 300px;
}

.green-logo {
    padding: 20px;
}

.social-media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    width: 280px;
    margin: 50px auto 0;
}

.social-media-wrapper a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    filter: grayscale(0%);
    width: 47px;
}

.social-media-wrapper a:hover img {
    filter: grayscale(100%);
}

.insta-link {
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}

.insta-link:hover {
    color: #048459;
}

.insta-link img{
    filter: brightness(1) invert(1);
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.ny-video,
.pticica-img {
    display: none;
}


@media screen and (max-width: 1399px) {
    body.new-year .header {
        background-position: calc(100% - -27vw);
    }
}

@media screen and (max-width: 1024px) {
    body.new-year .header {
        background-image: url("../images/ny-header-m.jpg");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: auto 400px;
    }

    .green-logo {
        width: 100px;
    }

    body.new-year .header {
        margin-bottom: -200px;
    }

    body.new-year .content .text-right .img-wrapper {
        display: none;
    }

    body.new-year .content .text-right .text-wrapper,
    body.new-year .content .text-left .img-wrapper,
    body.new-year .content .text-left .text-wrapper {
        width: 100%;
        padding: 0;
    }

    body.new-year .content .text-right,
    body.new-year .content .text-left {
        display: block;
    }

    body.new-year .content .text-right .text-wrapper {
        padding-bottom: 120px;
        background-image: url('../images/ny-header-m.jpg');
        background-position: right calc(100% + 110px);
        background-repeat: no-repeat;
        background-size: auto 300px;
    }
}

@media screen and (max-width: 768px) {
    body.new-year .header {
        background-size: auto 250px;
    }

    body.new-year .header {
        height: 370px;
    }

    body.new-year .content .text-right .text-wrapper {
        background-position: right calc(100% - -77px);
        background-size: auto 210px;
        padding-bottom: 100px;
    }

    .green-logo {
        width: 65px;
        padding: 5px;
    }

    body.new-year .content-ny {
        margin-bottom: calc(100vw / 768 * 432);
    }

    .ny-video {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        width: 100vw;
        height: calc(100vw / 768 * 432);
    }

    .pticica-img{
        display: block;
        position: relative;
        margin: -15px 0 -10px calc(100vw - 200px);
    }
}