


/*PLAQUE*/

#image-slider {
  width: 100%;
}

#plaque-background {
  font-size: 1.1rem;
  width: 20em;
  height: 28.4em;
  padding: 1em;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../../../images/plaque/background.jpg);
}


#plaque {
  /*KEEP ASPECT RATIO OF 1/1.42*/
  width: 20em;
  height: 28.4em;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;

}

#image-file-input {
  display: none;
}

#image-prefill-data, #spotify-prefill-data {
  display: none;
}


#plaque-content {
  width: calc(100% - 2em);
  height: calc(100% - 3em);
  margin: auto;
}

/*Plaque Image*/

#plaque-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*DRAG AND DROP*/

#photoDragDrop {
  display: flex;
  flex-direction: row;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  border-radius: 0.2em;
  padding: 0.5em;
}

#photoDragDrop img {
  height: 4em;
  width: 4em;
  object-fit: contain;
  padding: 0.2em;
}

#dragDrop {
  font-size: 1.3rem;
}

#dragDrop:hover {
  cursor: pointer;
}

/* STUFF FOR MATERIALS/FONT/BACKGROUND COLOURS */

#backgroundColourElement {
  display: none;
}

/* END OF THAT */


#plaque-slider {
  position: absolute;
  width: 18.3em;
  margin-left: -0.2em;
  margin-top: -0.25em;
  font-size: inherit;
  opacity: 0;
  cursor: pointer;
}

#songArtist, #songTitle, #pb-time-start, #pb-time-total, #plaque-buttons {
  cursor: pointer;
}


@media only screen and (max-width: 1100px) {
  
  #plaque-background {
    font-size: 1.1rem;
  }

}

@media only screen and (max-width: 900px) {
  
  #plaque-background {
    position: static;
  }

  #product-info {
    margin-left: 0;
  }

}