*, ::after, ::before {
    box-sizing:border-box
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color:transparent
}
@-ms-viewport {
    width:device-width
}

img {
    vertical-align: middle;
    border-style:none
}
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left:auto
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left:-10px
}
.col-4,
.col-8,
.col-md-4,
.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left:15px
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width:33.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width:66.666667%
}
.pin div {
    visibility:hidden
}
.pin a:hover div {
    visibility:visible
}
.pin .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 3;
    font-size: 12px;
    background-image: url("play-button.png");
    background-repeat: no-repeat;
    background-position:center center
}
.overlay .row {
    padding: 0;
    margin:0
}
.info-li {
    text-align: left;
    color: #ffffff;
    font-size: 12px;
	font-weight: 700;
    line-height: 22px;
    vertical-align: middle;
    background:rgba(0, 0, 0, 0.6)
}
.info-re {
    text-align: right;
    color: #FFF;
    line-height: 22px;
    vertical-align: middle;
    background:rgba(0, 0, 0, 0.6)
}
.col-4 .info-li, .col-8 .info-re {
    padding: 0;
    margin:0
}
.col-4 .info-li {
    padding-left:5px
}
.col-8 .info-re {
    padding-right:5px
}
.display-no {
    display:none !important
}


@media (min-width: 576px) {
    .container {
        max-width:648px
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%
    }
}
@media (min-width: 768px) {
    .container {
        max-width:864px
    }
    .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }
    .disp-bis-768 {
        display:block !important
    }
}
@media (min-width: 992px) {
    .container {
        max-width:1280px
    }
    .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }
}
@media (min-width: 1200px) {
    .container {
        max-width:1260px
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width:33.333333%
    }
}


@media only screen and (min-width: 320px) {
    .thumbholder {
        padding: 5px;
        text-align: center;
        max-height:376px
    }
    .pin {
        display: inline-block;
        opacity: 1;
        position: relative;
        max-width: 452px;
        max-height: 364px;
    }
    .pin .thumb {
        width: 100%;
        height: 100%;
        display: inline-block;
        max-width: 452px;
        max-height: 364px;
        padding-bottom: 0;
        margin-bottom:0
    }
}
@media only screen and (min-width: 576px) {
    .thumbholder {
        padding: 5px;
        text-align: center;
        max-height:352px
    }
    .pin {
        display: inline-block;
        opacity: 1;
        position: relative;
        max-width: 420px;
        max-height:340px
    }
    .pin .thumb {
        width: 100%;
        height: 100%;
        display: inline-block;
        max-width: 420px;
        max-height: 456px;
        padding-bottom: 0;
        margin-bottom:0
    }
}
@media only screen and (min-width: 768px) {
    .thumbholder {
        padding: 5px;
        text-align: center;
        max-height:312px
    }
    .pin {
        display: inline-block;
        opacity: 1;
        position: relative;
        max-width: 446px;
        max-height: 360px;
    }
    .pin .thumb {
        width: 100%;
        height: 100%;
        display: inline-block;
        max-width: 372px;
        max-height: 300px;
        padding-bottom: 0;
        margin-bottom:0
    }
}
@media only screen and (min-width: 992px) {
    .thumbholder {
        padding: 5px;
        text-align: center;
        max-height:426px
    }
    .pin {
        display: inline-block;
        opacity: 1;
        position: relative;
        max-width: 510px;
        max-height: 414px;
    }
    .pin .thumb {
        width: 100%;
        height: 100%;
        display: inline-block;
        max-width: 510px;
        max-height: 414px;
        padding-bottom: 0;
        margin-bottom:0
    }
}
@media only screen and (min-width: 1200px) {
    .thumbholder {
        padding: 5px;
        text-align: center;
        max-height:371px
    }
    .pin {
        display: inline-block;
        opacity: 1;
        position: relative;
        max-width: 444px;
        max-height: 361px;
    }
    .pin .thumb {
        width: 100%;
        height: 100%;
        display: inline-block;
        max-width: 444px;
        max-height: 361px;
        padding-bottom: 0;
        margin-bottom:0
    }
}
