.videohot{
    padding:10px 10px 0px 10px;
}
.videohot h2{
    color: #1271C5;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px!important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.youtube {
     position:relative;
     padding-bottom:56.25%;
     padding-top:30px;
     height:0;
     overflow:hidden;
}

.youtube iframe, .youtube object, .youtube embed {
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
 }