﻿.video_previews
{
    position: relative;
    background-color: black;
    width: 100%;
    padding: 34px 0px;
    margin: 0 auto;
}

.play
{
    background: url('/toscawidgets/resources/marketchecker.widgets.video_lb/static/yt-play.png') center no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 10;
    left: 125px;
    top: 55px;
}

.outer
{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    padding: 5px;
    background-color: black;

    /* Border */
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #000000;

    /* Shadow */
    -webkit-box-shadow: 0px 0px 38px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 38px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 38px 4px rgba(0,0,0,0.5);
    z-index: 300000;
}

.outer iframe
{
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.close
{
    position:absolute;
    right: 0px;
    top: 0px;
    height: 32px;
    width: 32px;
    min-width: 32px;
    min-height: 32px;

    background-size: contain;
    background-image: url('/toscawidgets/resources/marketchecker.widgets.video_lb/static/lightbox-close.png');
    background-repeat: no-repeat;
    cursor: pointer;
}


@media only screen and (min-width: 796px){
.lb_wrapper_overlay
{
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:rgba(0, 0, 0, .75);
      z-index: 20000;
}

.lb_wrapper_buttons a
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

body:after {
    content: url('/toscawidgets/resources/marketchecker.widgets.video_lb/static/lightbox-close.png');
    display: none;
}

.outer {
    padding: 40px;
}

.video_previews {
    position: relative;
    background-color: black;
    width: 360px;
    height: 202px;
    padding: 34px 0px;
    margin-left: auto;
    margin-right: auto;
}

.video_previews h2 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.video_previews h2 {
    position: absolute;
}

.video_previews a {
    text-decoration: none;
}

.video_previews_image {
    width: 360px;
    height: 202px;
}

.play {
    left: 145px;
    top: 100px;
}

}
