
iframe{
border:5px solid #DDD;

}

.video-box{
float:left;
height:auto;

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom:5px;
}


.btn-video-play{
 width:60px;
 height:60px;
 max-width:60px;
 max-height:60px;
position:absolute ;
top:36%;
left:40%;
background-color: rgba(0,0,0,0.5);
cursor: pointer;
overflow: hidden;
border-radius:2em;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

.btn-video-play:hover{
background-color: rgba(0,0,0,0.7);

}

.icon-video-play{
   width:50px;
 height:50px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/tna/images/records/tna-video-guide-play.png');
cursor: pointer;
background-size: 55% !important;
margin-left:9px;
margin-top:7px;
}
.video-thumb{
  background-color:#333;
    border: 2px solid #DDD;
  position: relative;
  overflow: hidden;

}
.accordion > h3 {
    padding: 0.5em 2em 0.5em 0.5em;
    background-color: #EFEFEF;
    background-image: url('/wp-content/themes/tna/images/global/icon-24-accordion-open.png');
    background-repeat: no-repeat;
    background-position: 99% center;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DDD;
    font-size: 1.16em;
    margin-bottom:0px;
}

.expanded > h3 {
    background-image: url("/wp-content/themes/tna/images/global/icon-24-accordion-close.png");
        border-bottom: none;
}

.accordion-content {
    padding: 0.5em 2em 0.5em 0.5em;
    background-color: #EFEFEF;
    border-bottom: 1px solid #DDD;
}