.mainbrandrow{
        margin-left:15px;
        margin-right:15px;
        padding:0px 15px 0px 15px;
        border:1px solid #e8e6e3;
    }
        
    .brandrow{
        padding-top: 15px;
        padding-bottom: 5px;
    }
    
    .firstcol{
        
    }
    
    .brandrow .secondcol{
        padding-top: 10px;
        text-align: center; 
    }
    
    .secondcol p{
        font-size: 20px;
    }
    
    .secondcol h5{
        font-size: 20px;
    }
    
    .thirdcol > [class*='col-']{
        padding-right:0;
        padding-left:0;
        text-align: center;
        margin-top: 10px;
    }
    
    .thirdcol p{
        font-size: 11px;
        font-weight: bold;
        text-align: center;
    }
    
    .thirdcol .img-circle{
        border-radius: 0px;
    }
    
    .fifthcol img{
        text-align: center;
    }
    
    .playbtn {
    background: #ffb800;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    width: 150px;
    margin: 10px;
    }
    
    .playbtn:hover{
        text-decoration: none;
        color: black;
    }

    .playbtn:focus{
        text-decoration: none;
        color: black;
    }