
.focus-container {
    margin: 0 auto;
    width: 600px;
}
.boxed {
    background: none repeat scroll 0 0 #EEF1F2;
    border-radius: 18px;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
    -moz-box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
    box-shadow: 0 0 12px rgba(58, 51, 46, 0.26); 
    width: 600px;	
}


/******************************************
Responsive
******************************************/
@media(max-width: 600px){
    .focus-container{
        width: 100%;
    }
}
@media(max-width: 360px){
    .song_title img{
        height: 200px;
    }
}
