*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    background: #cdfcec;
    background-image: url(../images/bg-desktop-end.png?v=2) !important;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top left;
}

.container {
    display: block;
    width: 100%;
}

.picture-wrapper {
    position: relative;
    line-height: 0;
}

.bg-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Email Link */
.email-link {
    position: absolute;
    display: block;
    left: 20%;
    top: 70.5%;
    width: 13%;
    height: 7%;
}

.email-link:hover,
.email-link:focus,
.email-link:active {
    outline: none;
    text-decoration: none;
}

@media (min-width: 768px) and (max-height: 1279px) {
    html, body {
        height: 100%;
    }
    .container {
        display: flex;
        align-items: center;
        height: 100vh;
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    
    html, body {
        background-image: url(../images/bg-mobile-end.png?v=2) !important;
    }
    .email-link {
        right: 0;
        top: 4%;
        width: 38%;
        height: 6%;
        left: initial;
    }
}
