@media all and (min-width: 768px), screen {
    body main div.page-title-wrapper {
        display: none;
    }
    
    body div.category-view div.static-images {
        text-align: center;
    }
    body div.category-view div.static-images img {
        width: 331px;
        height: 243px;
        border: 5px solid black;
        margin: 0 5px;
    }
    
    body .slideshow-container-mobile {
        display: none;
    }
    body .slideshow-container-mobile .carving-mobile-slideshow {
        width: 280px;
        height: 240px;
        clear: both;
        border: 5px solid black;
    }
    body .slideshow-container-mobile .carving-mobile-slideshow img {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    body .slideshow img:hover {        
        cursor: pointer;
    }
    
    body .slideshow-container-mobile small.swipe-title {
        font-weight: 800;
        display: none;
    }
    
    #carvingPopup {
        display:none;
        border: 1px solid #666;
        padding: 5px;
        background-color: white;
        width: 100%;
        -moz-box-shadow: 0 0 90px 5px #000;
        -webkit-box-shadow: 0 0 90px #000;
    }
    #carvingPopup img {
        width: 100%;
    }
    #carvingPopup .close {
        background-image:url(/media/wysiwyg/Overlay/close.png);
        position:absolute;
        right:-27px;
        top:-15px;
        cursor:pointer;
        height:35px;
        width:35px;
    }
}

@media all and (max-width: 804px) {
    body .slideshow-container .slideshow-sub-container {
        display: none;
    }
    
    body .slideshow-container-mobile {
        display: block;
        text-align: center;
    }
    
    body div.category-view div.static-images img {
        width: 92%;
        height: auto;
        margin: 0;
    }
}