.search_results{
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 55;
    margin-top: -10px;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    display: none;
 }  
#card-body{
    height: 430px; overflow-y: scroll;
}

.showResultContainer{
display: block;
}

.placeholder .video-title{
background-color: #BBB9B9;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
border-radius: 20px;
}

