@charset "utf-8";
/* CSS Document */

.banner-link {
      position: relative;
      overflow: hidden;
      text-align: center;
      color: white;
    }

    .banner-link img {
      width: 100%;
      height: auto;
      display: block;
    }

    .banner-link .link-title {
      position: absolute;
      top: 80%;
      left: -60%;
      transform: translate(-50%, -50%);
      background-color: #FF6C00;
      padding: 0.5em 1em;
	  color: #FFF;
	  font-weight:bold;
	  border-radius: 20px;
  
    }