#motoratyTV{
  margin-bottom:75px;
}
#motoratyTV .img-top-rounded {
    border-radius: 5px 5px 0px 0px;
    width: 405px;
    height: 224px;
}
#motoratyTV .panel-heading
{
  padding: 0px;
  border-color:#FFF;
}
#motoratyTV .panel-default
{
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
      border: solid 1px rgba(225, 232, 238, 0.49);
}
#motoratyTV .sectionHeading
{
  display: inline-block;
  font-size: 26px;
 font-weight: bold;
 font-stretch: normal;
 font-style: normal;
 line-height: 0.85;
 letter-spacing: normal;
 color: #334150;
 margin-left:20px;
}
#motoratyTV #headingRow{
  margin: 20px 0px 20px 0px;
}
#motoratyTV .heading{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  height: 70px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#motoratyTV a.noDec ,
#motoratyTV a.noDec :focus,
#motoratyTV a.noDec:link,
#motoratyTV a.noDec:visited
{
	text-decoration: none;
}
#motoratyTV .description
{
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.71;
letter-spacing: normal;
color: #7f8fa4;
height: 50px;
display: -webkit-box;
max-width: 100%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

#motoratyTV .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#motoratyTV .video-thumbnail:hover:before {
  color: #f3515c;
}
#motoratyTV  .btn-show-more {
    color: #000;
    background-color: #f2f4f6;
    border-color: #f2f4f6;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    width: 200px;
}
#motoratyTV .btn-show-more:hover {
    color: #000;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

#motoratyTV  .centerSpot{
  position: absolute;
width: 50px;
height: 50px;
background-color: #FFF;
top: 40%;
left: 45%;
border-radius: 5px;
}
