UPDATE* I am having an issue with the resizing of images on my website. The problem specifically pertains to the music tab where the image is not fitting within the div size properly. I have provided a screenshot for reference https://i.sstatic.net/Zbwag.jpg
.img-box img {
width: 100%;
}
.btn {
border: none;
outline: none;
background: "gray";
padding: 10px 30px;
font-size: 20px;
color: #ddd;
cursor: pointer;
margin: 10px auto;
}
.btn:hover {
background: "white";
}