.stec-layout-single-related {
    width: 100%;
    float: left;
    margin-top: 50px;
    
    .stec-layout-single-related-events {
        border-top: 1px solid @border-color;
        padding: 25px 0 0 0 !important;
        margin-top: 15px !important;
    }

    .stec-layout-single-preview {
        margin-bottom: 20px;
        position: relative;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .stec-layout-single-preview-related-link {
        word-break: keep-all;
        white-space: nowrap;
    }

    .stec-layout-single-preview-related-media-link {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        top:0;
        left:0;
        display: none;
    }
}

&.stec-layout-single-media-small {
    .stec-layout-single-preview-related-media-link {
        display: block !important;
    }
}