.sliderProductName, .sliderArtworkName, .sliderProductPrice
{
    display: none;
}

#slideshowParent
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    padding-bottom: 34%;
    border: none;
    overflow: hidden;
    box-shadow: none;
}


@media screen and (max-width: 800px)

{

    #slideshowParent {
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        border: none;
        overflow: hidden;
    }
}
