.live-happy-container {
    padding-left: 295px;
    background: #fff;
    min-height: 100vh;
}

.live-happy-container .content-wrapper {
    padding: 0 16px;
    display: grid;
    grid-template-columns: minmax(300px, 550px) 350px;
    grid-column-gap: 32px
}

.live-happy-container .content-wrapper .grid-item:nth-child(odd) {
    text-align: right;
}

.copyliv {
    max-width: 520px;
    justify-self: end;
}

.copyliv h2 {
    font-family: arial, sans-serif;
    color: #8B8C8D;
    font-size: 14px;
}

.copyliv a {
    color: #a4e1e7;
}

.copyliv a:visited {
    color: #a4e1e7;
}

.slick img {
    width: 100%;
}

.img-container {
    position: relative;
}

.content {
    padding: 16px;
}

.content p {
    margin-bottom: 8px;
}

.content p a {
    color: #a4e1e7;
}

.content p a:visited {
    color: #a4e1e7;
}

.img-container .show-on-hover {
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
}

.img-container:hover .show-on-hover {
    opacity: 0.95;
}

.mt-3 {
    margin-top: 1rem;
}

.live-happy-container .mobile-view {
    display: none;
}

.slogan {
    color: #8C8C8C;
    text-align: center;
    font-family: Averia Serif Libre;
    font-size: 16px;
}

.slogan .highlight {
    font-size: 24px;
}

@media (max-width: 1180px) {
    .live-happy-container .content-wrapper {
        display: none;
    }

    .live-happy-container .mobile-view {
        display: block;
    }
    .live-happy-container {
        padding-left: 0;
    }
}
