.hive-block-visual-diff .hive-block-description {
    margin-top:5px;
}
.hive-block-visual-diff .img-border-simple {
    padding: 4px;
    border: 1px solid #1A1818;
    background: #FFF;
}
.hive-block-visual-diff .align-left {
    margin-right: auto;
}
.hive-block-visual-diff .align-right {
    margin-left: auto;
}
.hive-block-visual-diff .align-center {
    margin-left: auto;
    margin-right: auto;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    width: auto;
    margin-left: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.twentytwenty-container {
    /*border: 3px solid #999;*/
}
.twentytwenty-container img {
    width: 100%;
    height: auto;
}
.twentytwenty-overlay:hover,
.twentytwenty-overlay.keyboard-focus {
    background: rgba(255, 255, 255, 0.75);
}
.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
    background: #999;
}
.twentytwenty-handle {
    border-color: #999;
    background-color: #ccc;
}
.twentytwenty-handle:focus {
    background-color: #fff;
}
.twentytwenty-left-arrow {
    border-right-color: #555;
}
.twentytwenty-handle:focus .twentytwenty-left-arrow {
    border-right-color: #000;
}
.twentytwenty-right-arrow {
    border-left-color: #555;
}
.twentytwenty-handle:focus .twentytwenty-right-arrow {
    border-left-color: #000;
}
.twentytwenty-up-arrow {
    border-bottom-color: #555;
}
.twentytwenty-handle:focus .twentytwenty-up-arrow {
    border-bottom-color: #000;
}
.twentytwenty-down-arrow {
    border-top-color: #555;
}
.twentytwenty-handle:focus .twentytwenty-down-arrow {
    border-top-color: #000;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
    -webkit-box-shadow: 0 3px 0 #999, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 #999, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 #999, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
    -webkit-box-shadow: 0 -3px 0 #999, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 #999, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 #999, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* Scrapbook styling */
.hive-block-visual-diff.scrapbook .container {
    width: 100%;
    height: 150px;
    position: relative;
}
.hive-block-visual-diff.scrapbook .image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    position: absolute;
    top: 0;
}
.hive-block-visual-diff.scrapbook .image-left {
    left: 0;
}
.hive-block-visual-diff.scrapbook .image-right {
    right: 0;
}
.hive-block-visual-diff.scrapbook .slider {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0 auto;
}
.hive-block-visual-diff.scrapbook .slider-arrows {
    font-size: 200%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: 30px;
}
