<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.media-con {
    top:10px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 280px;
}   
 .img_container{
    top: 10px;
    left:-40px;
    position: relative;
    width: 367px;
    height: 240px;
    background: url(../images/ps_bg4.png) top left no-repeat;
    }
    .title4 {
    font-size: 16px;
    letter-spacing: 0px;
}
.img_container &gt; .bottom-con, .video_container &gt; .bottom-con {
    top: 210px;
    left:46px;
    position: absolute;
    width: 280px;
    height: 35px;
    background-color: #FFF;
    border-radius:0 0 10px 10px;
   
    font-weight:bold;
    font-size:14px;
    line-height:1.2;
    text-shadow:none;
    text-align: center;
}
.img_container &gt; .top-con,.video_container &gt; .top-con {
    top: -5px;
    left:7px;
    padding-top: 5px;
    padding-left: 10px;
    position: absolute;
    width: 160px;
    height: 35px;
    background-color: #FFF;
    border-radius:10px 10px 0 0;
}
#example {
    left: 15px;
    top: 32px;
    width: 360px;
    height: 240px;
    position: absolute;
}
#slides {
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 100;
}
.slides_container{
   width: 332px;
   height: 240px; 
}
.slides_container div.slide {
    width: 332px;
    height: 168px;
    display: block;
}

.img_slide {
    width: 332px;
    height: 168px;
    border: 0;
    overflow: hidden;
}
.caption {
	z-index:600;
	position:absolute;
	bottom:-145px;
	left:35px;
        width:260px;
	height:26px;
	padding:0px 0px 0px 0px;
        
    font-weight:bold;
    font-size:14px;
    line-height:1.2;
    text-shadow:none;
    text-align: center;
}

.video_container{
    top: 10px;
    left:340px;
    position: absolute;
    width: 367px;
    height: 240px;
    background: url(../images/ps_bg4.png) top left no-repeat;
    }
   .video_container &gt; .video-con{
       left: 18px;
    top: 32px;
    position: absolute;
    margin: 0;
    width: 332px;
    height: 168px;
    background-color: #000;
  }
  .video_container &gt; .video-con &gt;video{
      width: 332px;
      height: 168px;
  }</pre></body></html>