/*
//  *********************************************************
//  ****                                                  ***
//  ****    created by and copyright to Nicky Ellakirk    ***
//  ****    wicked developments, 2016, nicky@ck26.net     ***
//  ****                                                  ***
//  *********************************************************
*/  
#ck26-splash {
    margin:0px auto;
    max-width:776px;
}
#ck26-splash a img {
    display:block;
    width:100%;
}
#ck26-splash img {
    width:100%;
}

.nice-img-link {
    display:inline-flex;
}


.port-doc-image, .port-site-image, .port-logo-image, .port-promo-image {
    width:100%;
    
}
@media only screen and (min-width: 550px) {
    .port-doc-image, .port-site-image, .port-logo-image, .port-promo-image {
        float:right;
        width:300px;
        margin:3px;
    }
}