.large_tag {
    background-color: white;
    overflow: hidden;
    display: flex;
}

.large_tag .tag-title {
    margin-top: 12px;
    margin-left: 12px;
}

.large_tag .records {
    flex: 1 1 auto;
}

.large_tag .tag_thumbnails {
    flex: 1 0 auto;
    display: block;

    position: relative;
}

.large_tag .thumbnail_mosaic {
    width: 50%;
    height: 50%;
    float: left;
}

.large_tag .thumbnail_mosaic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-image: url('../../../img/spinner-rosetta-gray-26x26.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.large_tag .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.large_tag .background {
    position: absolute;
    background-color: rgba(0,0,0,0.55);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}

.large_tag .url {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-size: 35px;
    width: 100%;
    margin: 0;
    letter-spacing: 0;
    overflow-x: hidden;
}

.large_tag:hover {
    z-index: 2;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12), 0px 6px 6px 0px rgba(0,0,0,0.24);
}

.large_tag .tag_thumbnails:hover h2 {
    text-decoration: underline;
}
