.link-html {
    min-height: 100%;
}

.link-body {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh;
    padding-bottom:70px;
}


.link-content {
    padding-top: 2rem;
}
/* --------------------- Link Image / Logo ---------------- */
.link-image {
    width: 200px;
    /* height: 125px;
    border-radius: 50%; */
    margin-bottom: 1rem;
}

.link-verified {
    color: #3897F0;
}

.link-btn {
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    box-shadow: 0 0 20px #00000010;
    border: 0;
    transition: opacity 0.3s, background 0.3s;
    border-radius: 0;
    font-weight: 700;
    color: #0067b2;
}

.link-btn:hover {
    animation: none;
}

.link-btn-round {
    border-radius: .3rem;
}

.link-btn-rounded {
    border-radius: 50px;
}

.link-btn-image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 45px;
    max-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -4.1rem;
}

.link-btn-image {
    width: 100%;
    height: auto;
}

.link-iframe-round {
    border-radius: .3rem;
    overflow:hidden;
    position:relative;
}

.tiktok-embed {
    border-radius: .3rem !important;
}

.link-footer {
    position:absolute;
    margin:0;
    padding:0;
    width:100%;
    font-size: .9rem;
    background-color: #ffffff;
    text-align: center;
    height: 70px;
    bottom:0;
    left:0;
}
.link-footer a {
    color: #0d5392 !important;
}

/* Background presets */
.link-body-background-one {
    background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}

.link-body-background-two {
    background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}

.link-body-background-three {
    background-image: linear-gradient(135deg, #79F1A4 10%, #0E5CAD 100%);
}

.link-body-background-four {
    background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}

.link-body-background-five {
    background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}

.link-body-background-six {
    background: linear-gradient(to bottom, #fc5c7d, #6a82fb);
}

/* --------------- Social ----------------- */

.social-wrapper {
    background-color: #ffffff;
    height: 60px;
    border-radius: 25px;
    align-items: center;
    width: 450px;
    max-width: 90%;
}
.social-item {
    background: #0d5392;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
}
.social-item .svg-inline--fa.fa-fw {
    width: .7em;
}
.social-item .fa-facebook-f.svg-inline--fa.fa-fw {
    height: .7em;
}
.relative {
    position: relative;
}
.kevin-image {
    position: absolute;
    width: 30%;
    left: 30px;
    bottom: 80px;
}
.product-image {
    position: absolute;
    width: 350px;
    right: 10px;
    bottom: -60px;
}
.savoria-image {
    height: 70px;
}
.product-bg-btl{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 300px;
    z-index: 10;
}
.product-bg-btl-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    mix-blend-mode: screen;
}
.wrap-product-image-top{
    width: 100%;
    height: 50px;
}
.product-image-top{
    width: 280px;
    margin-top: -120px;
}
@media (min-width: 768px) and (max-width:1024px) and (orientation: portrait)  {
    
    .product-bg-btl,
    .product-bg-btl-bg{
        bottom:30px;
    }
    .link-body{
        background-position: right center !important;
    }
    .link-content{
        min-height:84vh;
    }
    .wrap-branding{
        justify-content: start !important;
    }
    #branding{
        width: 150px;
    }
}
@media (min-width: 768px) and (max-width:1024px) and (orientation: landscape)  {
    
    .link-btn{
        padding:1rem 1.5rem;
    }
    .link-body{
        background-position: center center !important;
    }
}
@media (min-width: 374px) and (max-width:824px) and (orientation: landscape)  {
    .link-content{
        padding-bottom:150px;
    }
    .link-btn{
        padding:1rem 1.5rem;
    }
    .link-body{
        background-position: right center !important;
    }
}
@media (min-width: 374px) and (max-width:824px) and (orientation: portrait){
    .product-bg-btl,
    .product-bg-btl-bg{
        bottom:90px;
        right: calc(50% - 150px);
    }
    .link-content{
        padding-bottom:150px;
    }
}
@media (min-width: 481px) and (max-width:767px) {
    .link-body{
        background-position: right center !important;
    }
    .link-image {
        width: 150px;
    }
    .link-btn {
        max-width: 75%;
        padding: .5rem 2rem;
        font-size: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .my-3 {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    .social-wrapper.mt-5 {
        margin-top: 10px !important;
        margin-bottom:30px;
    }
    .social-wrapper {
        height: 40px;
        border-radius: 15px;
    }
    .social-item {
        width: 30px;
        height: 30px;
    }
    .social-item .svg-inline--fa.fa-fw {
        width: .5em;
    }
    .social-item .fa-facebook-f.svg-inline--fa.fa-fw {
        height: .5em;
        margin-bottom: 2px;
    }
    .product-image {
        position: absolute;
        width: 250px;
        right: 20px;
        bottom: -30px;
    }
    .savoria-image {
        height: 70px;
    }
    .link-footer {
        height: 90px;
    }
    #branding {
        width: 100%;
        margin-left: 0px;
    }
    .product-bg-btl,
    .product-bg-btl-bg{
        right: 0;
        width: 220px;
        bottom: 35px;
        right: 0;
    }
    .link-content{
        padding-bottom:150px;
    }
    #branding {
        width: 120px;
        margin-left: 0px;
        font-size:12px;
    }
    .wrap-branding{
        justify-content: start !important;
    }
}
@media (min-width: 0px) and (max-width:480px) {
    .link-body{
        background-position: right top !important;
        background-size: auto calc(100% - 70px) !important;
    }
    .link-image {
        width: 150px;
    }
    .link-btn {
        max-width: 75%;
        padding: .5rem 1.5rem;
        font-size: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .my-3 {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    .social-wrapper.mt-5 {
        margin-top: 10px !important;
        margin-bottom:100px;
    }
    .social-wrapper {
        height: 40px;
        border-radius: 15px;
    }
    .social-item {
        width: 30px;
        height: 30px;
    }
    .social-item .svg-inline--fa.fa-fw {
        width: .5em;
    }
    .social-item .fa-facebook-f.svg-inline--fa.fa-fw {
        height: .5em;
        margin-bottom: 2px;
    }
    .product-image {
        position: absolute;
        width: 250px;
        right: 20px;
        top: -80px;
    }
    .savoria-image {
        height: 70px;
    }
    
    #branding {
        width: 120px;
        margin-left: 0px;
        font-size:12px;
    }
    .product-bg-btl,
    .product-bg-btl-bg{
        right: calc(50% - 120px);
        width: 250px;
        bottom: 80px;
    }
    .product-image-top{
        width: 250px;
        margin-top: -120px;
    }
    .link-content{
        padding-bottom:30px;
    }
    .wrap-branding{
        justify-content: start !important;
    }
}