#vstinstruments {
    width: 100%;
    overflow: auto;
}

#soundsamples {
    width: 100%;
    overflow: auto; 
}

#daws {
    width: 100%;
    overflow: auto; 
}

#vstinstruments caption {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#soundsamples caption {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#daws caption {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#vst-items{
    float: left;
    padding: 5px;
    vertical-align: middle; 
    height: 150px; 
    width: 150px; 
    line-height: 150px;
}

#samples-items{
    float: left;
    padding: 5px;
    vertical-align: middle; 
    height: 150px; 
    width: 150px; 
    line-height: 150px;
}

#daw-items{
    float: left;
    padding: 5px;
    vertical-align: middle; 
    height: 150px; 
    width: 150px; 
    line-height: 150px;
}

#vstinstruments td img {

    float: left; 
    margin-right: 1x; 
    padding: 0px;
    height: 150px;
    width: 150px;
}

#soundsamples td img {

    float: left; 
    margin-right: 1x; 
    padding: 0px;
    height: 150px;
    width: 150px;
}
#daws td img {

    float: left; 
    margin-right: 1x; 
    padding: 0px;
    height: 150px;
    width: 150px;
}
.vst {
    display: grid;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 5px;
    border: rgb(34, 189, 176);
    border-width: thick;
    float: left;
    text-shadow: 5 5 10px black;
  }

  .bottom-left {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    background: rgba(0, 0, 0, 0.5);
    bottom: 5px;
    left: 5px;
    font-size: 14px;
    color: #FFFFFF;
}

/* Centered text */
.centered {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
    font-size: 1em;
    color: #FFFFFF;
    text-shadow: 2px 2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 
                -2px -2px 0 #000000, 2px 0px 0 #000000, 0px 2px 0 #000000, 
                -2px 0px 0 #000000, 0px -2px 0 #000000;

}

#text {
    margin-top: auto;
    font-family: 'Montserrat', sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    
}

a:link, a:visited{
    color: black;
    text-align: left;
    text-decoration: none;
}


@media  screen and (max-width:900px) {

    
    #vstinstruments {
        max-width: 100%;
    }
    
    #soundsamples {
        max-width: 100%;
    }

    #daws {
        max-width: 100%;
    }

    #vst-items{
        float: left;
        padding: 5px;
        vertical-align: middle; 
        height: 90px; 
        width: 90px; 
        line-height: 90px;
    }

    #samples-items{
        float: left;
        padding: 5px;
        vertical-align: middle; 
        height: 90px; 
        width: 90px; 
        line-height: 90px;
    }

    #daw-items{
        float: left;
        padding: 5px;
        vertical-align: middle; 
        height: 90px; 
        width: 90px; 
        line-height: 90px;
    }

    #vstinstruments caption {
        font-family: 'Montserrat', sans-serif;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    #soundsamples caption {
        font-family: 'Montserrat', sans-serif;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #daws caption {
        font-family: 'Montserrat', sans-serif;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #vstinstruments td img {
    
        float: left; 
        padding: 0px;
        height: 90px;
        width: 90px;
    }

    #soundsamples td img {
    
        float: left; 
        padding: 0px;
        height: 90px;
        width: 90px;
    }

    #daws td img {
    
        float: left; 
        padding: 0px;
        height: 90px;
        width: 90px;
    }
    #text {
        margin-top: 5px;
        font-family: 'Montserrat', sans-serif;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1em;
        text-decoration: none;
        
    }
    

}