* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: top;
}

ul, li {
    list-style: none;
}

.shutter {
    overflow: hidden;
    height: 350px;
    position: relative;
    /* border-radius: 10px; */
    border: 3px solid #ddd;
}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a > img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn {
}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 20px;
    background: url(shutter_res/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 20px;
    background: url(shutter_res/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 1600px) {

    .shutter {
        height: 305px;
    }
}

@media only screen and (max-width: 767px) {

    .shutter {
        height: 200px;
    }
}
