.widget-slide-list{
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
}
.widget-slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.widget-slide .widget-slide-image{
    position: relative;
    margin-bottom: 10px;
    min-height: 190px;
    overflow: hidden;
}

.widget-slide .widget-slide-image a,
.widget-slide .widget-slide-image a:hover {
    text-decoration: none;
}

.widget-slide .widget-slide-image img{
    position: absolute;
    left: 0; right: 0;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-width: 100%;
}

.showing{
    opacity: 1;
    z-index: 2;
}

.widget-content-block{
    padding: 0 !important;
}


.triangle_mod {
    display: table;
    position: relative;
    z-index: 10;
}
.triangle_mod:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    border: 65px solid transparent;
    border-left: 65px solid red;
    border-top: 65px solid red;
    z-index: -1;
}
.triangle_mod_text {
    vertical-align: middle;
    display: table-cell;
    color: #ffffff;
    width: 125px;
    height: 125px;
    max-width: 140px;
    transform: rotate(-45deg) translate(0, -21%);
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    padding: 0 6px 0 4px;
    font-family: Helvetica,Verdana,Arial,sans-serif;
}

.widget-slide-list .triangle_mod_text{
    font-size: 1.2em;
}


@media only screen and (max-width : 1200px) {
    .widget-slide .widget-slide-image { min-height: 155px;}
}

@media screen and (max-width: 1024px) {
    .widget-slide .widget-slide-image {min-height: 144px;}
}

@media screen and (max-width: 1024px) and (min-height: 850px) {
    .widget-slide .widget-slide-image {min-height: 144px;}

}

@media only screen and (max-width : 768px) {
    .widget-slide .widget-slide-image {min-height: 214px;}
    .widget-slide-list {min-height: 310px;}

}

@media only screen and (max-width : 540px) {
    .widget-slide .widget-slide-image {min-height: 253px;}
    .widget-slide-list {min-height: 346px;}

}


@media only screen and (max-width : 380px) {
    .widget-slide .widget-slide-image {min-height: 220px;}
    .widget-slide-list {min-height: 346px;}

}



