.jcarousel-wrapper-transitions {
    margin: 20px auto;
    position: relative;
    /* border: 10px solid #fff; */
    width: 600px;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 0 0 2px #999; */
    -moz-box-shadow: 0 0 2px #999;
    /* box-shadow: 0 0 2px #999; */
}

.jcarousel-wrapper-transitions .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper-transitions .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel-transitions {
    position: relative;
    overflow: hidden;
}

.jcarousel-transitions ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-transitions li {
    float: left;
    width: 600px;
    height: 380px;
}

/** Carousel Controls **/

.jcarousel-control-prev-transitions,
.jcarousel-control-next-transitions {
    position: absolute;
    z-index: 6;
    cursor: pointer;
    top: 175px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000000;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #000;
}

.jcarousel-control-prev-transitions {
    left: 0px;
}

.jcarousel-control-next-transitions {
    right: 0px;
}

.jcarousel-control-prev-transitions:hover span,
.jcarousel-control-next-transitions:hover span {
    display: block;
}

@media(min-width: 414px) and (max-width: 750px) {
.jcarousel-wrapper-transitions {
    margin: 20px auto;
    position: relative;
    /* border: 10px solid #fff; */
    width: 100%;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 0 0 2px #999; */
    -moz-box-shadow: 0 0 2px #999;
    /* box-shadow: 0 0 2px #999; */
}    
}
@media(min-width: 375px) and (max-width: 413px) {
.jcarousel-wrapper-transitions {
    margin: 20px auto;
    position: relative;
    /* border: 10px solid #fff; */
    width: 100%;
    height: 400px;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 0 0 2px #999; */
    -moz-box-shadow: 0 0 2px #999;
    /* box-shadow: 0 0 2px #999; */
}     
}
@media(max-width: 374px) {
.jcarousel-wrapper-transitions {
    margin: 20px auto;
    position: relative;
    /* border: 10px solid #fff; */
    width: 100%;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 0 2px #999; */
    -moz-box-shadow: 0 0 2px #999;
    /* box-shadow: 0 0 2px #999; */
} 
}