.img_show_outer {
    position: absolute;
    margin: 0px 0px 2px -2px;
    width: 100%;
    height: 30%;
    bottom: 0%;
    padding: 0px 2px 0px 2px;
    font-size: 1.2rem;
    color: #fff;
}



.row p img{margin-top: 5px;width: 100%;}


.img_show_inner {
    height: 100%;
    padding-left: 5px;
    /*background: -webkit-linear-gradient(#f3dbff, #3affa8); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(red, blue); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(#ff6d0b, #1aff51); !* Firefox 3.6 - 15 *!*/
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(4, 1, 3, 1));
}

.img_show_outer_video {
    position: absolute;
    /*margin: 0px -2px 2px -4px;*/
    /*margin-right: -4px;*/
    top: 0px;
    /*left: 2px;*/
    right: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 200px;

    width: 100%;
    height: 100%;
    bottom: 0%;
    padding: 0px 2px 0px 2px;
    font-size: 1.2rem;
    color: #fff;
}
