header .wrapper .logo a {
    margin-top: 11px;
}

header .wrapper .logo a img {
    width: 90.5%;
    margin: 0 auto 0px auto;
}

.container.caseBox #case-box-app .case img.case-image.theme {
    position: absolute;
    left: -5px;
    top: 4px;
}

.homepage #caseList > a:hover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: case-bg-opacity 2s;
    animation: case-bg-opacity 2s;
}

.homepage #caseList > a:hover .theme-overlay.theme-overlay-hovered {
    display: block;
    position: absolute;
    height: auto;
    left: 11px;
    top: 0;
}

@-webkit-keyframes case-bg-opacity {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@keyframes case-bg-opacity {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

.homepage #caseList > a .theme-overlay {
    position: absolute;
}

.homepage #caseList > a .theme-overlay.theme-overlay-static {
    height: auto;
    left: 11px;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .homepage #caseList > a:hover .theme-overlay.theme-overlay-hovered {
        left: 20px;
        top: -1px;
        width: 180px;
    }

    .homepage #caseList > a .theme-overlay.theme-overlay-static {
        left: 20px;
        top: -1px;
        width: 180px;
    }
}

@media only screen and (max-width: 550px) {
    .homepage #caseList > a:hover .theme-overlay.theme-overlay-hovered {
        left: 27px;
        top: -1px;
        width: 168px;
    }

    .homepage #caseList > a .theme-overlay.theme-overlay-static {
        left: 27px;
        top: -1px;
        width: 168px;
    }
}

@media only screen and (max-width: 440px) {
    .homepage #caseList > a:hover .theme-overlay.theme-overlay-hovered {
        left: 6px;
        top: -2px;
        width: 144px;
    }

    .homepage #caseList > a .theme-overlay.theme-overlay-static {
        left: 6px;
        top: -2px;
        width: 144px;
    }
}

@media only screen and (max-width: 768px) {
    header .wrapper .logo {
        background-color: rgba(0, 0, 0, 0);
    }

    header .wrapper .logo a {
        margin-top: 6px;
    }
}

/*# sourceMappingURL=style.css.map */
