#tap-03 .content  {
  position: absolute;
  z-index: 9;
  top: 10%;
  left: 0%;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
  text-shadow: 2px 2px 2px #000000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#tap-03 .content .title {
  color: #ffffff;
  margin: 0 auto!important;
  }
  .category-banner1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1)
}

@media only screen and (max-width: 990px) {
	.category-banner1 .btn-sml {
	  line-height: 14px;
	  padding: 15px 20px!important;
	  letter-spacing: 1px;
	  border-radius: 100px;
	  font-size: 14px;
	  }
	#tap-03 .content .title {
	  font-size: 18px;
	  }	  
}
@media only screen and (max-width: 768px) {
	#tap-03 .content .title {
	  font-size: 45px;
	  }	 
}
@media only screen and (max-width: 425px) {
	#tap-03 .content .title {
	  font-size: 35px;
	  }	 
}
