.thumbnail-wrapperTI {
    position: relative;
    display: inline-block;
}

.thumbnail-wrapperTI img {
    display: block;
    width: 100%;
    height: auto;
}

.half-widthTI {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.full-widthTI {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.leftTI {
    left: 0;
}

.rightTI {
    right: 0;
}

.panorama-overlayTI {
    background-color: rgba(243,146,0, 0.8); 
}

.photo-gallery-overlayTI {
    background-color: rgba(148,193,31, 0.8);
}

.video-overlayTI {
    background-color: rgba(0,105,180, 0.8);
}

.half-widthTI img, .full-widthTI img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 2;
}