/* 1200px and up - laptop/desktop */

.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}

.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}

.FULL {
  width: 98%;
  margin: 0 1%;
}
.HALF {
  width: 48%;
  margin: 0 1%;
}
.THIRD {
  width: 31.3%;
  margin: 0 1%;
}
.THIRDx2 {
  width: 64.6%;
  margin: 0 1%;
}
.QUARTER {
  width: 23%;
  margin: 0 1%;
}
.QUARTERx3 {
  width: 73%;
  margin: 0 1%;
}
.FIFTH {
  width: 18%;
  margin: 0 1%;
}
.SIXTH {
  width: 14.6%;
  margin: 0 1%;
}
.TWELVEx5 {
  width: 39.6%;
  margin: 0 1%;
}

.wrapW {
	width:100%;
}
.pageW {
	width:1440px;
	margin:0 auto;
	max-width: 1200px;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #F00 !important; }


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  	background-color: #FFF;
}



img.centered {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
	height: auto;
} 

a.ANCHOR {
	margin: -240px 0 240px;
	display: inline-block;
}




/* FIXED TOP+HEADER */
body {
	padding-top: 160px; /* slider behind TOP */
}
#wrapHDR {
	position: fixed;
	top: 0;
	z-index: 1002;
}


/* HEADER */
#wrapHDR {
	background-color: #FFF;
	transition: all 0.5s ease;
	box-shadow: 0 0 14px #0000;
}
#wrapHDR.Scrolling {
	background-color: #FFF;
	transition: all 0.5s ease;
	box-shadow: 0 0 14px #0003;
}
#HDR {
	height: 160px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: 18px;
	left: 50%;
    transform: translateX(-50%);
	z-index: 2000;
}
#LOGO img {
	height: 85px;
	width: auto;
}




/* NAVI */
#NAVI {
	bottom: 20px;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	width: max-content;
}
.nav-menu li a {
	text-transform: none;
	font-family: "Montserrat", Verdana, Helvetica, Arial, "sans-serif";
	font-size: 12pt;
	font-weight: 400;
	text-transform: uppercase;
}
.navbar {
	text-align: center;
}
.main-navigation {
	display: inline-block;
}
#PHONE {
	top: 20px;
	position: absolute;
	right: 20px;
	width: max-content;
}
#PHONE a {
	font-size: 12pt;
	font-weight: 400;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
	background-color: var(--TPGgrayE);
	transition: all 500ms;
    border-radius: 3px;
}


/* SLIDER */
#wrapHOME_SLIDER {
	overflow: hidden;
	background-color: #000;
	background-image: url("images/bckSLIDER.jpg");
	background-position: center;
	background-size: cover;
}
#HOME_SLIDER {
	height: calc( 100vh - 160px );
	position: relative;
}
#HOME_SLIDER h1 {
  position: absolute;
  margin: 0;
  width: 100%;
  bottom: 15%;
  opacity:1;
  text-align: center;
  animation: AnimTit 2s;
  color: #FFF;
    text-shadow: var(--TGPshadow);
}
@keyframes AnimTit {
  0% { bottom: -15%; opacity:0; }
  30% { bottom: -15%; opacity:0; }
  60% { bottom: 15%; opacity:1; }
  100% { bottom: 15%; opacity:1; }
}


#wrapINNERBANNER, #wrapINNERBANNEREMPTY {
	background: var(--TPGblack);
}
#wrapINNERBANNER {
}
#INNERBANNER {
	padding: 20px 0;
}
#INNERBANNER h1 {
	margin: 0;
	color: #FFF;
}




/* THEME ELEMENTS */

a.Button {
	background-color: var(--);
	color: #FFF;
	font-style: italic;
	font-size: 14pt;
	padding: 12px 20px;
	border-radius: 5px;
	transition: background-color 0.5s ease;
	line-height: 1;
}
a.Button:hover {
	background-color: #000C;
    text-decoration: none;
}
a.Button.BlackButton {
  background-color: #000;
  font-weight: 700;
  font-size: 18pt;
  font-style: initial;
  box-shadow: 0 0 26px #0009;
  display: inline-block;
  margin: 10px 0;
  padding: 16px 30px;
}
a.Button.BlackButton:hover {
  box-shadow: 0 0 16px #FFF;
}




/*
img.ShadowPic {
  box-shadow: -10px 10px 0 var(--DMPred);
}

a.BigButton {
	font-size: 16pt;
	font-weight: 700;
	color: #FFF;
	background-color: #000;
	padding: 10pt 20pt;
	display: block;
	width: max-content;
	transition: background-color box-shadow 0.2s ease;
	box-shadow: 0 5px 10px #0006;
}
a.RedButton {
  background-color: var(--DMPred);
}
a.BigButton:hover {
  background-color: var(--DMPgray);
  text-decoration: none;
  transition: background-color box-shadow 0.2s ease;
  color: #000;
  box-shadow: none;
}
a.BiggerButton {
	font-size: 24pt;
	padding: 10pt 30pt;
}
*/



/* AIMATIONS ON SCROLL for Visible items */
body {
	overflow-x: hidden;
}
.HideOverflow{
	_overflow: hidden;
}
.AnimFromRight, .AnimFromLeft, .AnimFromBottom {
  position: relative;
}
.AnimFromRight.Visible {
	animation: _AnimationFromRight_ 1s;	
}
	@keyframes _AnimationFromRight_ {
	  0% { right: -50vw; opacity:0; }
	  33% { right: -50vw; opacity:0; }
	  100% { right: 0vw; opacity:1; }
	}
.AnimFromLeft.Visible {
	animation: _AnimationFromLeft_ 1s;	
}
	@keyframes _AnimationFromLeft_ {
	  0% { left: -50vw; opacity:0; }
	  33% { left: -50vw; opacity:0; }
	  100% { left: 0vw; opacity:1; }
	}
.AnimFromBottom.Visible {
	animation: _AnimationFromBottom_ 1s;	
}
	@keyframes _AnimationFromBottom_ {
	  0% { bottom: -50vh; opacity:0; }
	  33% { bottom: -50vh; opacity:0; }
	  100% { bottom: 0vh; opacity:1; }
	}
.Visible.Delay1 {
	animation-delay: calc( var(--AnimationDelay) * 1s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay2 {
	animation-delay: calc( var(--AnimationDelay) * 2s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay3 {
	animation-delay: calc( var(--AnimationDelay) * 3s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay4 {
	animation-delay: calc( var(--AnimationDelay) * 4s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay5 {
	animation-delay: calc( var(--AnimationDelay) * 5s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay6 {
	animation-delay: calc( var(--AnimationDelay) * 6s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay7 {
	animation-delay: calc( var(--AnimationDelay) * 7s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay8 {
	animation-delay: calc( var(--AnimationDelay) * 8s );
	animation-fill-mode: forwards;
	opacity: 0;
}




/* HOME BARS */

#INTRO {
  padding: 60px 0 90px;
    max-width: 1200px;
}
#INTRO h1 {
  font-family: "Montserrat", Verdana, Helvetica, Arial, "sans-serif"; 
  text-align: center;
  margin-top: 0;
}
#INTRO h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 40pt;
}
#INTRO p {
	margin-top: 0;
}
#INTRO .L {
    text-align: center;
}

#wrapREVIEWS {
	background-color: #000;
	background-image: url("images/bckTESTIMONIALS.jpg");
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
#REVIEWS {
	padding: 90px 0 90px;
    max-width: 1200px;
}
#REVIEWS .R {
  text-align: center;
}
#REVIEWS .R h2 {
  color: var(--TPGgrayE);
  text-align: left;
}
#REVIEWS .R p.TWhat {
  color: var(--TPGwhite);
  text-align: left;
  font-style: italic;
}
#REVIEWS .R p.TWho {
  color: var(--TPGgrayE);
  font-weight: 500;
  text-align: right;
}

#wrapSCHEDULE {
	background-color: #000;
	background-image: url("images/bckSCHEDULE.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#SCHEDULE {
  padding: 60px 0 60px;
}
#SCHEDULE h2 {
  color: var(--TPGwhite);
  text-align: center;
  margin-top: 0;
  text-shadow: var(--TGPshadow);
}
#SCHEDULE h3 {
  color: var(--TPGwhite);
  text-align: center;
  margin-top: 0;
  font-weight: 300;
  text-shadow: var(--TGPshadow);
}
#SCHEDULE a {
  color: var(--TPGwhite);
}

div.bckPiano {
	background-color: #666;
	padding: 150px 50px;
	background-image: url(images/bckAboutPage.jpg);
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
}
#MAIN div.bckPiano h2 {
	margin: 0;
	font-size: 4vw;
	color: #FFF;
	text-shadow: 0 5px 10px #000;
}

#MAIN div.PianoListing {
	background-color: #F8F8F8;
	padding: 30px;
	border-radius: 5px;
	border: solid 1px #DDD;
}
#MAIN .PianoListing h3 {
	margin-top: 0;
	color: #000;
}
.PianoListing .wp-block-image {
	text-align: left;
	margin: 1em 0;
}
.PianoListing .wp-block-image img {
	width: 100%;
	height: auto;
}
#MAIN div.PianoListing ul {
	padding-left: 17px;
	margin: 20pt 0 0;
}
#MAIN div.PianoListing ul li {
	color: var(--TPGgray9);
	font-size: 10pt;
}
#MAIN div.PianoListing ul li strong {
	color: var(--TPGblack);
	font-size: 12pt;
}


/*

#wrapHIGHLIGHT {
  background-color: var(--CDEblue3);
}
#HIGHLIGHT {
  padding: 60px 0;
}
#HIGHLIGHT h2 {
  margin: 0;
}
#HIGHLIGHT h2 a {
  color: #000;
}
#HIGHLIGHT img.featured-image {
	box-shadow: 4px 4px 8px #0003;
	border: solid 1px #FFF3;
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	display: block;
}
#HIGHLIGHT .HALF {
	width: 46%;
	margin: 0 4% 0 0;
}

#LATEST9 {
  padding: 60px 0 120px;
}
#LATEST9 h2 {
	margin: 0 0 20pt;
}
.BlogPosts h3.post-title a {
  color: #000;
}
.BlogPosts img.featured-image {
	box-shadow: 4px 4px 8px #0003;
	border: solid 1px #FFF3;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
}
.BlogPosts .THIRD {
	width: 30.3%;
	margin: 0 3% 20pt 0;
}
.BlogPosts .THIRD:nth-child(3n+1) {
	clear: both;
}
.BlogPosts .THIRD h3 {
	margin-top: 10pt;
	margin: 10pt 0;
}

#wrapSUBSCRIBE {
  background-color: var(--CDEblue3);
}
#SUBSCRIBE {
  padding: 60px 0;
}
#SUBSCRIBE h2 {
  font-size: 30pt;
  margin: 0;
  text-align: center;
}
#SUBSCRIBE p {
  text-align: center;
}
*/





#FORM {
	padding: 60px 0 90px;
    max-width: 1200px;
}
#FORM h2 {
  margin-top: 0;
  text-align: center;
}
#FORM h3 {
  margin-top: 15pt;
  text-align: center;
  font-weight: 300;
    margin-bottom: 30pt;
}
#FORM input, #FORM #Comments {
	font-family: Montserrat, Verdana, Helvetica, Arial, "sans-serif";
	color: var(--TPGblack);
	font-size: 14pt;
	background-color: var(--TPGgrayE);
	padding: 8pt 12pt;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	margin: 0 0 23px 0;
	font-weight: 400;
	border-radius: 5px;
}
#FORM .button {
	font-family: Montserrat, Verdana, Helvetica, Arial, "sans-serif";
	width: fit-content;
	margin-top: 20px;
	background-color: var(--TPGgray9);
	color: #FFF;
	font-weight: 500;
	font-size: 24px;
	padding: 10px 50px;
	border-radius: 5px;
	display: inline-block;
}
#FORM .button:hover {
	border: none;
	color: #FFF;
	background-color: var(--TPGblack);
	cursor: pointer;
	box-shadow: none;
    transition: all 200ms;
}
#Frame_Contact  {
	width: 100%;
	margin-top: -50px;
	display: none;
	/* background-color: #FFF; */
	/* padding: 20px 0; */
	box-sizing: border-box;
	height: 260px;
	/* border: solid 2px #C00; */
}









/*.Map {
	margin-bottom: -5px;
	filter: grayscale(1);
}

#wrapMAPS {
	background-color: #000;
}
#MAPS {
	padding: 60px 0;
}
#MAPS h3, #MAPS p {
	text-align: center;
	color: #FFF;
}
iframe.gMap {
	border: solid 1px var(--JSGred2) !important;
	box-sizing: border-box;
}

.BlackBox {
  background-color: #000;
}
#MAIN .BlackBox h2 {
  color: var(--DMPred2);
  margin: 20pt;
}
#MAIN .GrayBox {
	background-color: var(--DMPgray);
	padding: 20pt;
	margin: 40px auto;
	max-width: 1024px;
	box-shadow: 0 10px 20px #0003;
}
.GrayBox p {
  margin: 20pt;
  text-align: left;
}
.GrayBox p strong {
  color: var(--DMPred);
  font-weight: 700;
}

#LOGOScompany {
	padding: 0 0 60px;
	text-align: center;
	margin-top: -60px;
}
#LOGOScompany p {
  text-align: center;
}
#VIDEOcompany {
	background-color: #888;
	background-image: url("images/20250731_071643_250905B.jpg");
	background-position: right;
	background-size: cover;
	text-align: center;
	padding: 160px 0;
	background-blend-mode: multiply;
}
#VIDEOcompany .BigButton {
	margin: 0 auto;
	display: inline-block;
	font-size: 20pt;
}
*/



/* MAIN */
#MAINwrap {
	background-color: #FFF;
	background: linear-gradient(0deg,var(--CDEblue3) 0%, #FFF 20%);
}
#MAIN {
	padding: 60px 2% 80px;
	box-sizing: border-box;
}
#MAIN.InnerFullWPage {
	padding: 20px 0% 80px;
	box-sizing: border-box;
}
#MAIN.CompanyPage {
	padding: 40px 0;
}
#MAIN.ContactPage {
	padding: 0;
}
#MAIN h1 {
	font-size: 36pt;
	color: var(--H1color);
	line-height: 1.3;
	margin-bottom: 30pt;
	/* text-transform: uppercase; */
	font-weight: bold;
}
	
#MAIN h2 {
	font-size: 21pt;
	color: var(--H2color);
	line-height: 1.3;
}
#MAIN h3 {
	font-size: 18pt;
	color: var(--H3color);
	line-height: 1.3;
}
#MAIN h4 {
	font-size: 15pt;
	color: var(--H4color);
	line-height: 1.3;
}
#MAIN .wp-block-spacer {
	clear: both;
	height: 30pt !important;
}
#MAIN hr.wp-block-separator {
	clear: both;
	margin: 40pt 0;
	border: none;
	background-color: var(--JSGred2);
}
#MAIN a {
	font-weight: 500;
	text-decoration: underline;
	white-space: nowrap;
}
#MAIN.ReviewsPage p {
	margin: 40pt 10%;
	font-size: 15pt;
}

.entry-content {
	max-width: 1200px;
	margin: 0 auto;
}


.wp-block-video {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
}


/* Columns & captions */
.wp-block-columns {
	margin-bottom: 0;
}
.wp-block-columns.NOSHADOW .aligncenter.size-full {
	box-shadow: none;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	display: block;
	text-align: center;
}
.wp-block-image.NOSHADOW img {
	box-shadow: none;
}
.wp-block-image.size-large {
	text-align: center;
	margin-bottom: 20pt;
}





#MAINL {
	padding-right: 4%;
	box-sizing: border-box;
}

#MAINR h2 {
	color: var(--CDEblue2);
	font-size: 24pt;
	margin-top: 13pt;
}
#MAINR ul {
	padding-left: 14px;
	list-style: disclosure-closed;
}
#MAINR li {
	font-size: 12pt;
}
.widget_block {
	margin-bottom: 60px;
}
.widget_block li, .widget_block p, .widget_block a {
	color: var(--ILLorange);
}

/* BLOG */
.PostCell {
	margin-bottom: 50pt;
}
.PostCell .Thumb {
	background-color: var(--FPTgreen);
	padding: 40pt 10pt 10pt;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 3px var(--FPTgreen);
}
#MAIN .PostCell .Thumb h3.PostsTit {
	color: #FFF;
	font-size: 24pt;
	text-shadow: 0 3px 7px #000;
}
#MAIN .PostCell p {
	margin: 5pt 0 0;
}
#MAIN a.morelink {
	color: var(--FPTtourquoise);
	text-align: right;
	display: block;
	font-weight: bold;
}



/* PAGES' TWEAKS */
.wp-block-image.HardShadow .alignleft {
	margin-right: 2em;
}
.wp-block-image.HardShadow img {
	border: none;
	box-shadow: 10px 10px 0px #000;
	border-radius: 0;
}
.wp-block-image.HardShadow figcaption {
	font-size: 11pt;
	text-align: center;
	line-height: 1.4;
	margin-top: 10pt;
}








.PostsInfo {
	border-top: dotted 1px var(--CILbluelighttext);
	margin: -5pt 0 20pt;
	display: block;
	/*text-align: right;*/
	padding-top: 5pt;
}
.PostsDate {
	font-size: 10pt;
	font-weight: bold;
	color: var(--CILbluelighttext);
}

.navigation.post-navigation {
	padding: 30px 0;
	border-top: solid 1px var(--CILbluetext);
	margin-top: 50px;
}
.navigation.post-navigation .L {
	text-align: left;
}
.navigation.post-navigation .R {
	text-align: right;
}

.PostPreview {
	margin-bottom: 40pt;
}
.PostPreview .PostsInfo {
	margin-bottom: 5pt;
}





#MAINL {
	/*padding: 80px 0;*/
}
#MAIN .HALF {
	width: 46%;
	margin: 0 2%;
}


/* FAQs */
/*
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
	margin-top: 10px !important;
	background: none;
	border: none;
}
.ui-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 20px 1.3em;
	border-left: dotted 2px #CCC;
	margin-left: 0.9em;
	border-radius: 0;
	background: #0a436e11;
	margin-bottom: 20px;
}
.ui-accordion-content li {
	list-style: square;
}
*/

/*
#MAINR.SpecialtiesRBar {
	background-color: var(--SAAred);
	padding: 74px 20px 30px;
	box-sizing: border-box;
	box-shadow: 4px 4px 12px #0006;
}
.SpecialtiesRBar h4 {
	color: #FFF;
}
.SpecialtiesRBar ul {
	padding: 0;
}
.SpecialtiesRBar li {
	padding-left: 1.3em;
	color: #FFF;
	list-style: none;
	font-size: 11pt;
}
.SpecialtiesRBar li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.0em;
}
#MAIN .SpecialtiesRBar ul a {
	color: #FFF;
	text-decoration: none;
}
#MAIN .SpecialtiesRBar ul a:hover {
	text-decoration: underline;
}
#MAINR {
	padding: 80px 0;
}

#recent-posts-2 a {
	text-decoration: none;
}
#recent-posts-2 a:hover {
	text-decoration: underline;
}
#recent-posts-2 ul {
	padding: 0;
}
#recent-posts-2 li {
	padding-left: 1.3em;
	color: var(--Acolor);
	list-style: none;
	font-size: 11pt;
}
#recent-posts-2 li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.0em;
}
*/





/* FOOTER */
#FTR {
	padding: 60px 0;
}
#FTR h2 {
  margin-top: 0;
  font-size: 18pt;
}
#FTR p {
  font-size: 12pt;
    text-align: left;
}
#FTR a {
  color: var(--FTRa);
}
#FTR a:hover {
  color: var(--FTRahover);
}
#FTR2 p {
	text-align: center;
}
#FTR2 p img {
	max-width: 80%;
}
#FTRend {
	border-top: solid 1px var(--TPGgrayE);
}
#FTRend .L p {
  text-align: left;
    font-size: 10pt;
}
#FTRend .R p {
  text-align: right;
    font-size: 10pt;
}




/* XTRAS */
div.wp-block-columns {
	margin: 40px 0;
}
figure.FramedPic {
	border: solid 20px #FFF;
	box-shadow: 0 10px 20px #0004;
	border-radius: 5px;
}
div.bckSERVICES {
  background-color: var(--TPGblack);
  background-image: url(https://iwdftp.com/sites/bocapianogallery.com/wp-content/uploads/2026/02/bckServices.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-attachment: fixed;
}

#MAIN div.bckSERVICES a {
	margin: 10vw;
	padding: 4vw;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 25pt;
	text-shadow: 0 4px 10px #000;
}

#MAIN div.bckSERVICES .wp-block-column h2 {
  color: var(--TPGgrayE);
  margin-top: 0;
}
#MAIN div.bckSERVICES .wp-block-column li {
  color: var(--TPGwhite);
}
.wp-block-table td, .wp-block-table th {
	border: none;
	vertical-align: top;
}
iframe#gMap {
	filter: grayscale(1);
	box-shadow: 0 10px 20px #0004;
	border-radius: 5px;
	border: solid 20px #FFF !important;
	box-sizing: border-box;
}




/* PIANOS CMS */
#MAIN .piano-catalog {
  max-width: 1200px;
  margin: 0 auto;
}
#MAIN article.piano-card img {
	width: 100%;
	border-radius: 4px;
}
#MAIN h4.piano-card-title {
  margin-top: 0;
}
#MAIN h4.piano-card-title a {
  text-decoration: none;
}
.piano-meta {
	margin-bottom: 40pt;
	background-color: var(--TPGgrayE);
	padding: 2pt 20pt 8pt;
}
.piano-meta strong {
	color: #FFF;
	font-weight: normal;
	font-size: 10pt;
	background-color: var(--TPGpurple);
	padding: 4pt 8pt;
	border-radius: 4px;
	margin-right: 8pt;
	min-width: 40pt;
	display: inline-block;
}
.piano-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}

.piano-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px; /* opcional */
}

/* Desktop */
@media (min-width: 768px) {
  .piano-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}