#mainContentsContainer h2{
  margin-top: 7vh;
}

#mainContentsContainer > p{
  margin-bottom: 4vh;
}

.captionedImage{
  width: 100%;
  position: relative;
  margin-bottom: 3vh;
}

.captionedImage > img{
  width: 100%;
  display: block;
}

.captionedImage > span{
  display: block;
  position: absolute;
  background-color: rgb(33, 24, 21);
  text-align: center;
  width: 160px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 0;
  letter-spacing: 0.2rem;
  top: 50px;
  left: 0;
}



/*=========Maximum 980px ===========*/
@media screen and (max-width:980px) {
  
}
/*=========Maximum 768px ===========*/
@media screen and (max-width:768px) {

}
/*=========Maximum 576px ===========*/
@media screen and (max-width:576px) {
    
}
/*=========Maximum 460px ===========*/
@media screen and (max-width:460px) {
}