@media all and (min-width: 768px), screen {
    #slideshowContainer {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #slideshowContainer div.slideshowTable {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #slideshowContainer div.slideshowSubContainer {
        display: inline-block;
        margin: 20px;
    }

    #slideshow1,
    #slideshow2 {
        position: relative;
        display: block;
        border: 2px solid black;
        -moz-box-shadow: 0 0 10px  #000;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
    }

    #slideshow1 img,
    #slideshow2 img {
        width: 100%;
        z-index: 1;
    }

    #artistpic {
        width: 200px;
        display: table-cell;
        padding: 0 10px;
    }
    #artistpic img {
        width: 100%;
        border: 2px solid black;
        -moz-box-shadow: 0 0 10px 5px #000;
        -webkit-box-shadow: 0 0 10px #000;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
    }

    #bottomContainer {
        overflow: visible;
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    #bottomLeftContainer {
        margin-top: 40px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    #bottomRightContainer {
        margin-top: 10px;
    }

    .bottomRightText {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .bottomRightText div {
        text-align: center;
    }
    .bottomRightText .sjt-link {
        font-size: 5em;
        text-decoration: none;
        display: inline-block;
    }

    .unionJack {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .unionJack img {
        margin-right: 10px;
    }

    #bigLinksContainer {
        display: flex;
        flex-direction: row;
    }


    div.bigLinks {
        margin: 10px;
        font-weight: bold;
        background-color: #dbdfe0;
        text-align: center;
        display: inline-block;
        border: 2px solid black;
        box-shadow: 0 0 10px 5px #000;
        -moz-box-shadow: 0 0 10px 5px #000;
        -webkit-box-shadow: 0 0 10px #000;
    }

    #news div.widget {
        border: 2px solid black;
        box-shadow: 0 0 10px 5px #000;
        -moz-box-shadow: 0 0 10px 5px #000;
        -webkit-box-shadow: 0 0 10px #000;
    }

    .bottomRightText h4 {
        font-size: 20px;
        text-align: center;
    }

    body div.products-grid ol.product-items.widget-new-grid li.product-item {
        border: 2px solid black;
        box-shadow: 0 0 10px 5px #000;
        -moz-box-shadow: 0 0 10px 5px #000;
        -webkit-box-shadow: 0 0 10px #000;
    }
    body div.products-grid ol.product-items.widget-new-grid li.product-item div.product-item-info {
        background-color: white;
    }
    body div.products-grid ol.product-items.widget-new-grid li.product-item div.product-item-details {
        padding: 2px;
        border-top: 2px solid black;
    }
}

@media only screen and (max-width: 640px) {
    #slideshowContainer div.slideshowTable {
        flex-direction: column;
    }
    #bottomContainer {
        flex-direction: column;
        align-items: center;
    }
    #bigLinksContainer {
        flex-direction: column;
        align-items: center;
    }
    div.bigLinks {
        width: 200px;
    }
    #slideshowContainer {
        flex-direction: column;
    }
}
