﻿.thumbnailhost {
}

@media screen and (max-width: 800px) {
    .thumbnailhost {
        display: none;
    }
}

.thumbnail {
    opacity: 0.6;
}

    .thumbnailactive,
    .thumbnail:hover {
        opacity: 1;
    }