.full-container {
    width: 100%;
    /*background-color: #0b0b0b;*/
    padding: 20px;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.img-thumbnail:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
