    /*----------------------------------*/
    /* TEMPLATE MADE BY PIXELSAFARI.NET */
    /*----------------------------------*/
    /*ANIMATIONEN*/
    
    .animated {
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(10px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    
    @-moz-keyframes fadeInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(10px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    
    @-o-keyframes fadeInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(10px);
        }
        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }
    
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(10px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        -moz-animation-name: fadeInRight;
        -o-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }
    
    #wrapper {
        position: relative;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        max-width: 1390px;
    }
    
    .clearer {
        clear: both;
    }
    
    #header {
        margin-bottom: 40px;
        padding-top: 30px;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #header h1 {
        margin-bottom: 15px;
        font-weight: 300;
        font-size: 54px;
        font-family: 'montserrat', serif;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #header h1:hover {
        color: #e67e22;
        cursor: default;
    }
    
    #header a,
    #header a:visited {
        color: inherit;
        text-decoration: none;
    }
    
    #header img {
        margin-bottom: 20px;
        max-width: 3800px;
        max-height: 120px;
    }
    
    #navigation {
        margin-bottom: 50px;
        background-color: #ddd;
        height: 2px;
    }
    
    .navList {
        margin: 0;
    }
    
    .navList li {
        display: inline-block;
        margin: 0 60px 0 0;
        color: #fff;
        font-weight: 400;
        font-size: 23px;
        font-family: 'open sans', sans-serif;
        line-height: 50px;
    }
    
    .navList li:hover,
    .navList li a:hover {
        text-decoration: underline;
    }
    
    .navList a,
    .navList a:visited {
        text-decoration: none;
    }
    
    #upperBody {
        margin-bottom: 50px;
        margin-left: 45%;
        padding-top: 1px;
        padding-left: 25px;
        font-family: 'open sans', sans-serif;
    }
    
    #upperBody h1,
    #upperBody h3 {
        margin-top: 10px;
        margin-bottom: 0px;
        color: #1F1F1F;
        font-weight: 400;
        font-size: 30px;
        font-family: 'montserrat', sans-serif;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #upperBody h2 {
        margin-top: 7px;
        color: #999999;
        font-weight: 300;
        font-size: 16px;
        font-family: 'montserrat', sans-serif;
    }
    
    #gallery {
        float: left;
        margin-bottom: 40px;
        width: 45%;
    }
    
    #bigPic {
        position: relative;
        margin-bottom: 10px;
        height: 600px;
        border: 1px solid #dddddd;
        text-align: center;
    }
    
    #bigPic img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    
    .galleryThumbPadding {
        display: inline-block;
        width: 23.5%;
    }
    
    .galleryThumb {
        position: relative;
        padding: 0 5px;
        height: 120px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    
    .galleryThumb:hover {
        opacity: 0.7;
        cursor: pointer;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    
    .galleryThumb img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        border: 1px solid #dddddd;
    }
    
    .galleryNav {
        padding-top: 5px;
        text-align: center
    }
    
    #picsNavContainer {
        display: inline-block;
    }
    
    #shortdescription {
        overflow: hidden;
        padding-right: 15px;
        max-width: 670px;
        line-height: 1.6;
        color: #555555;
        font-weight: 400;
        font-size: 16px;
    }
    
    #variationContainer {
        margin: 20px 0 0 0;
        padding-bottom: 45px;
        padding-left: 25px;
        width: 345px;
        border-top: 1px solid #ddd;
        font-family: 'montserrat', sans-serif;
    }
    
    #variationContainer h4 {
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 14px;
    }
    
    .varList1 {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .varList1 li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px 10px;
        border: 1px solid #333;
        background-color: fff;
        color: #333;
        font-size: 12px;
    }
    
    .varList1 li:hover {
        background-color: #000;
        color: #fff;
        cursor: default;
    }
    
    .varList2 {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .varList2 li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px 10px;
        border: 1px solid #333;
        color: #333;
        font-size: 12px;
        ;
    }
    
    .varList2 li:hover {
        background-color: #000;
        color: #fff;
        cursor: default;
    }
    
    #priceContainer {
        margin: 20px 0 35px 0;
        padding-top: 25px;
        padding-left: 25px;
        width: 345px;
        height: 100px;
        background-color: #eee;
    }
    
    #priceContainer h3 {
        display: inline-block;
        color: #333;
        font-size: 32px;
        font-family: 'lato', sans-serif;
    }
    
    #priceContainer h4 {
        position: relative;
        top: 15px;
        left: -25px;
        display: inline;
        color: #333;
        font-weight: 400;
        font-size: 12px;
        font-family: 'lato', sans-serif;
    }
    
    #priceContainer sup {
        color: #333;
        font-size: 14px;
        font-family: 'lato', sans-serif;
    }
    
    #buyItNowButton {
        display: inline-block;
        margin-left: 0px;
        padding: 0 5px;
        width: 125px;
        height: 45px;
        border: 2px solid #000;
        background-color: #fff;
        text-align: center;
        line-height: 45px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #buyItNowButton a,
    #buyItNowButton a:hover,
    #buyItNowButton a:visited {
        color: inherit;
        text-decoration: none;
    }
    
    #buyItNowButton:hover {
        background-color: #333;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #buyItNowButton:hover h3 {
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #buyItNowButton h3 {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 16px;
        font-family: 'montserrat', sans-serif;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #feedbackContainer {
        display: inline-block;
        margin-left: 20px;
        padding: 0px 20px 20px 0px;
        width: 490px;
    }
    
    #feedbackContainer h3 {
        color: #444444;
        font-size: 21px;
        font-family: 'montserrat', sans-serif;
    }
    
    .underline {
        margin: 13px 0;
        width: 20px;
        height: 3px;
        background-color: #000;
    }
    
    .feedback {
        font-family: 'lato', sans-serif;
    }
    
    .feedback p {
        padding: 10px 10px;
        color: #333;
        font-size: 14px;
    }
    
    .feedback i {
        position: relative;
        top: 20px;
        left: -40px;
        padding-top: 5px;
        font-style: italic;
        font-size: 12px;
    }
    
    .feedback span {
        position: relative;
        top: 5px;
        left: 25px;
        font-style: italic;
        font-size: 12px;
    }
    
    .shopBanner {
    display: block;
    font-family: 'open sans';
        background-color: #e67e22;
        padding:20px 0;
        font-size:26px;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
    border:2px solid #e67e22;
        transition: 0.2s all;
    }
    
    .shopBanner:hover{
        background-color: #fff;
        color: #e67e22;
    }
    
    .tabContainer {
        clear: both;
        padding-bottom: 80px;
    }
    
    .tabContent h1,
    .tabContainer h1 {
        color: #333;
        font-weight: 300;
        font-size: 28px;
        font-family: 'montserrat', sans-serif;
    }
    
    .tabContent ol,
    .tabContent ul {
        margin: 0;
        padding-left: 20px;
        line-height: 1.5;
    }
    
    #tab2,
    #tab3,
    #tab4,
    #tab5 {
        display: none;
    }
    
    .tablinks {
        left: 0 !important;
        margin-bottom: 0;
        padding: 0;
        min-width: 960px;
        width: 100%;
        height: 40px;
        list-style: none;
    }
    
    .tablinks li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        width: 200px;
        height: 40px;
        background-color: #EFF0EB;
        color: #666666;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        line-height: 40px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    
    .tablinks li:hover {
        background-color: #e67e22;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    
    .tablinks li span {
        position: relative;
        z-index: 2;
        display: inline-block;
        width: 200px;
        height: 40px;
        border: 1px solid #D6D6D6;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        line-height: 38px;
    }
    
    .eBayFeatureList {
        margin: 0 auto !important;
        padding: 0 0 0 20px;
        max-width: 380px;
        list-style: none;
        text-align: left;
    }
    
    .eBayFeatureList li {
        margin-bottom: 10px;
    }
    
    .eBayFeatureList i {
        margin-right: 8px;
    }
    
    #descriptionFeatures {
        margin: 50px 0 70px 0;
        padding: 30px 0 60px 0;
        background-color: #f0f0f0;
        text-align: center;
        font-size: 18px;
    }
    
    #descriptionFeatures h1 {
        font-size: 40px;
    }
    
    .tabContainer {
        clear: both;
        padding-bottom: 80px;
        font: 15px Lato;
    }
    
    .tabContent {
        overflow: hidden;
        margin: 0;
        padding: 25px 50px 55px 50px;
        color: #555555;
        text-align: left;
        font: 18px Lato;
        line-height: 1.5;
    }
    
    .tabContent a {
        color: #e67e22;
    }
    
    .tabContent a:hover,
    .tabContent a:visited {
        color: #c0392b;
    }
    
    .tabContent img {
        margin: 5px;
        max-width: 100%;
        height: auto;
    }
    
    .contentBorder {
        border: 1px solid #D6D6D6;
    }
    
    .contentImgLeft {
        float: left;
        margin-top: 0;
        margin-right: 30px;
        margin-bottom: 20px;
        margin-left: 0px;
        width: 40%;
    }
    
    .contentImgRight {
        float: right;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 30px;
        width: 50%;
    }
    
    .contentImgLeft img,
    .contentImgRight img {
        width: 100%;
    }
    
    .contentImgInline {
        display: inline-block;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 15px;
        max-width: 200px;
        vertical-align: middle;
    }
    
    .bsItem,
    .bsItem1,
    .bsItem2,
    .bsItem3 {
        padding: 10px;
        width: 30%;
        border: 1px solid #fff;
        text-align: center;
        font-weight: 300;
        font-family: 'montserrat', open sans;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .bsItem img,
    .bsItem1 img,
    .bsItem2 img,
    .bsItem3 img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .bsItem h2,
    .bsItem1 h2,
    .bsItem2 h2,
    .bsItem3 h2 {
        margin-bottom: 7px;
        color: #333;
        font-weight: 400;
        font-size: 22px;
    }
    
    .bsItem h3,
    .bsItem1 h3,
    .bsItem2 h3,
    .bsItem3 h3 {
        margin-top: 0;
        color: #e67e22;
        font-weight: 400;
        font-size: 18px;
        font-family: 'lato';
    }
    
    .bsItem a,
    .bsItem a:hover,
    .bsItem a:visited,
    .bsItem1 a,
    .bsItem1 a:hover,
    .bsItem1 a:visited,
    .bsItem2 a,
    .bsItem2 a:hover,
    .bsItem2 a:visited,
    .bsItem3 a,
    .bsItem3 a:hover,
    .bsItem3 a:visited {
        color: inherit;
        text-decoration: none;
    }
    
    .bsItem sup,
    .bsItem1 sup,
    .bsItem2 sup,
    .bsItem3 sup {
        color: #e67e22;
        font-size: 13px;
    }
    
    .bsItem:hover img,
    .bsItem1:hover img,
    .bsItem2:hover img,
    .bsItem3:hover img {
        opacity: 0.7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .bsItem:hover,
    .bsItem1:hover,
    .bsItem2:hover,
    .bsItem3:hover {
        border: 1px solid #e67e22;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #bsItemContainerHeading h1 {
        position: relative;
        padding-top: 5px;
        margin: 0 20px;
        font-weight: 400;
        font-size: 24px;
        font-family: 'montserrat', "open sans";
    }
    
    #bsItemContainerHeading h1:after,
    #bsItemContainer h1:before {
        position: absolute;
        margin-top: 0.5em;
        margin-right: -100%;
        margin-left: 1%;
        width: 100%;
        height: 0;
        border-top: groove 1px #000;
        content: '';
    }
    
    #bsItemContainerHeading h1:before {
        margin-left: -101%;
    }
    
    #bsItemContainerHeading {
        margin-bottom: 35px;
    }
    
    #bsItemContainer {
        overflow: hidden;
        margin-top: 10px;
        text-align: center;
    }
    
    .bsItem1 {
        float: left;
        margin-left: 10px;
    }
    
    .bsItem2 {
        margin: 0 auto;
    }
    
    .bsItem3 {
        float: right;
        margin-right: 10px;
    }
    
    #footerContainer {
        margin: 0px 0 0 0;
        padding: 40px 0 0 0;
        width: 100%;
        height: 220px;
        background-color: #222222;
        font-family: 'Lato', sans-serif;
    }
    
    #footerContainer h1 {
        margin: 0 0 26px 0;
        padding: 0;
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }
    
    #footerContainer i {
        float: left;
        color: #ffffff;
        font-size: 22px;
        line-height: 30px;
    }
    
    #footerContainer a {
        color: #D6D6D6;
        text-decoration: none;
    }
    
    #footerColumn1 {
        float: left;
        margin-left: 60px;
        width: 220px;
        height: 180px;
    }
    
    #footerColumn2,
    #footerColumn3 {
        float: left;
        margin-left: 35px;
        width: 205px;
        height: 180px;
    }
    
    .footerRow {
        margin-bottom: 20px;
        height: 28px;
    }
    
    #footerColumn1 p {
        margin: 0 0 0 40px;
        margin-bottom: 0;
        padding: 0;
        color: #D6D6D6;
        font-size: 12px;
    }
    
    #footerColumn2 p {
        display: block;
        float: left;
        margin: 5px 0 0 15px;
        color: #D6D6D6;
        font-weight: 400;
        font-size: 12px;
    }
    
    #footerColumn3 p {
        clear: both;
        color: #D6D6D6;
        font-weight: 400;
        font-size: 12px;
    }
    
    #footerColumn3 span {
        margin-top: 5px;
        font-weight: 400;
    }
    
    #copyright {
        float: left;
        margin: 10px 0 0 0;
        color: #D6D6D6;
        font-size: 9px;
    }
    
    #copyright a {
        color: #ffffff;
        text-decoration: none;
    }
    
    @media only screen and (max-width: 820px),
    only screen and (max-width: 820px) and (-moz-min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (-o-min-device-pixel-ratio: 3/2),
    only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (-moz-min-device-pixel-ratio: 2),
    only screen and (max-width: 820px) and (-o-min-device-pixel-ratio: 2/1),
    only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 820px) and (min-device-pixel-ratio: 2),
    only screen and (max-width: 800px) and (-moz-min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (-o-min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (min-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (device-aspect-ratio: 9/16),
    only screen and (device-width: 820px) and (device-height: 820px) and (-webkit-device-pixel-ratio: 3),
    only screen and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 1.5) {
        #header img {
            max-width: 100%;
        }
        #navigation {
            height: auto;
        }
        .navList {
            padding-left: 0;
        }
        #navigation li {
            display: block;
            padding: 0px;
            width: 100%;
            border-top: 1px solid #ddd;
        }
        #navigation li:first-child {
            border-top: none;
        }
        #gallery {
            clear: both;
            margin-bottom: 30px;
            width: 100%;
        }
        .galleryThumbPadding {
            display: inline-block;
            width: 23%;
        }
        #upperBody {
            clear: both;
            margin-bottom: 50px;
            margin-left: 0;
            padding: 0;
            text-align: center;
        }
        #shortdescription {
            padding-right: 0;
            max-width: 820px;
        }
        #shortdescription ul{
            display: inline-block;
            text-align: left;
        }
        #variationContainer {
            margin-right: auto;
            margin-left: auto;
            padding-left: 0;
        }
        #priceContainer {
            margin: 0 auto;
            margin-bottom: 40px;
            padding: 10px 10px 40px 10px;
            width: auto;
            height: auto;
        }
        #buyItNowButton {
            position: relative;
            right: 15px;
            margin-top: 30px;
        }
        #feedbackContainer {
            display: block;
            margin-right: auto;
            margin-left: auto;
            max-width: 360px;
        }
        #feedbackContainer h3 {
            text-align: center;
        }
        .underline {
            margin-right: auto;
            margin-left: auto;
        }
        .tablinks {
            display: none;
        }
        #tab1,
        #tab2,
        #tab3,
        #tab4,
        #tab5 {
            display: block !important;
            margin-top: 50px;
        }
        .tabContent {
            padding: 15px;
        }
        .tabContent img {
            margin: 0;
            max-width: 100%;
            max-height: auto;
            width: auto;
            height: auto;
        }
        .contentImgLeft,
        .contentImgRight {
            float: none;
            clear: both;
            margin: 0 auto;
            width: auto;
            max-width: 100%;
            text-align: center;
        }
        .contentImgLeft img,
        .contentImgRight img {
            margin-bottom: 10px;
        }
        .eBayFeatureList {
            padding-right: 10px;
            padding-left: 10px;
        }
        .bsItem1,
        .bsItem2,
        .bsItem3 {
            float: none;
            clear: both;
            margin: 0 auto;
            width: 90%;
        }
        #footerColumn1,
        #footerColumn2,
        #footerColumn3 {
            display: block;
            float: none;
            clear: both;
            margin: 0 auto;
            margin-bottom: 40px;
            padding: 0;
            width: 55%;
            text-align: left;
        }
        #footerColumn1 p {
            margin: 0 0 0 50px;
            margin-bottom: 0;
            padding: 0;
            color: #D6D6D6;
            font-size: 12px;
        }
        #footerContainer {
            height: 700px;
        }
    }
    
    @media only screen and (max-width: 480px),
    only screen and (max-width: 480px) and (-moz-min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 3/2),
    only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (-moz-min-device-pixel-ratio: 2),
    only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 2/1),
    only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (max-width: 480px) and (min-device-pixel-ratio: 2),
    only screen and (max-width: 480px) and (-moz-min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (min-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (device-aspect-ratio: 9/16),
    only screen and (device-width: 480px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 3),
    only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5) {
        #bigPic {
            margin-bottom: 5px;
            height: 350px;
        }
        .galleryThumb {
            height: 90px;
        }
        .galleryNav {}
    }