.mixxie-container {
    position: relative;
}

.unit {
    line-height: normal;
    position: absolute;
    z-index: 1;
}

.unit .blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.unittop {
    position: absolute;
    z-index: 2;
}

/*
.unit:hover {
    z-index: 90;
}
*/

.unit-text {
    background-color: #ededee;
    padding: 12px;
}

.unit-service {
    background-color: #ededee;
}


.unit-text p {
    color: #343434;
    text-align: left;
    line-height: 1.15em;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.unit-text p.clamp {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.unit-text p.clamp:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ededee 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    text-align: right;
    content: "...";
    font-weight: bold;
    padding: 12px 12px 0 0;
    position: absolute;
    right: 0;
    left: 0;
    height: 36px;
}

.unit-title {
    background-color: #ededee;
    text-align: left;
}

.unit-title #headline {
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.unit-title #headline h1 {
    line-height: 1em;
    font-weight: bold;
    color: #343434;
    text-transform: uppercase;
    word-wrap: normal;
}

.unit-title #headline h5 {
    font-size: 0.8rem;
    color: #343434;
    margin: 0;
}

.unit-video {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.unit-image {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.unit-image .dida-father {
    width: 100%;
    /*padding-right: 12px;*/
    margin-bottom: 6px;
    position: absolute;
    bottom: 0;
}

.unit-image .dida-son {
    /*width: 100%;*/
    margin-left: 6px;
    margin-right: 6px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4px;
}

@media screen and (max-width: 640px) {
    .unit-image .dida-son {
        padding: 0;
    }
}

.unit-image span {
    line-height: 1.4rem;
    letter-spacing: 0.01rem;
    color: white;
}

@media screen and (max-width: 640px) {
    .unit-image span {
        font-size: 0.8rem;
    }
}

.unit-image .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 1.4rem;
}

.unit-image .ellipsis.hover {
    -webkit-line-clamp: inherit;
    max-height: none;
    height: inherit;
}

.unit-author .unit-author-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5%;
    height: 10%;
    width: auto;
}

.unit-author #unit-author-triangle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1rem;
    height: 2rem;
    width: auto;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-right: 1.4rem solid #ededee;
}

@media screen and (max-width: 640px) {
    .unit-author #unit-author-triangle {
        margin-top: -0.7rem;
        height: 1.4rem;
        border-top: 0.7rem solid transparent;
        border-bottom: 0.7rem solid transparent;
        border-right: 0.9rem solid #ededee;
    }
}

.unit-author #unit-author-brand {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.unit-author .dida-son {
    text-align: center;
}

.unit-author .author-name {
    line-height: 1.1rem;
    font-size: 0.7rem;
    display: block;
    height: 1rem;
    overflow: hidden;
}

.unit-mixxie-link {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.unit-mixxie-link .dida-back {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    text-align: left;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 8px;
}

@media screen and (max-width: 640px) {
    .unit-mixxie-link .dida-back {
        padding: 4px;
    }
}

.unit-mixxie-link span {
    line-height: 0.9rem;
    letter-spacing: 0.01rem;
    color: white;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 4.4rem;
}

.unit-mixxie-link .box-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: 20%;
}

.mixxie-show {
    position: absolute;
    z-index: 10;
    padding: 1.2rem;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mixxie-show .dismiss-area {
    cursor: pointer;
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
}

.mixxie-show .mixxie-button {
    z-index: 30;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    font-size: 2rem;
    color: #ccc;
    text-decoration: none;
}

.mixxie-show .mixxie-button:hover {
    cursor: pointer;
    color: #000;
}

.mixxie-show a.mixxie-button:hover {
    text-decoration: underline;
}

.mixxie-show button.dismiss {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mixxie-show a.link {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mixxie-show-content {
    height: 100%;
}

.mixxie-show-text .mixxie-show-content {
    padding-top: 3rem;
}

.mixxie-show-text .mixxie-show-content p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #343434;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    letter-spacing: 0.03rem;
}

.mixxie-show-image .mixxie-show-content .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mixxie-show-image .mixxie-show-content img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
/*
     FILE ARCHIVED ON 01:27:45 May 29, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:11:36 Mar 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.903
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.042
  esindex: 0.016
  cdx.remote: 108.511
  LoadShardBlock: 2403.819 (3)
  PetaboxLoader3.datanode: 2002.564 (5)
  PetaboxLoader3.resolve: 399.629 (3)
  load_resource: 439.899 (2)
*/