.item-box img {
    width: 95%;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

span.mesg {
    background: #fb4710;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10px;
    z-index: 9999;
    width: 48px;
	padding: 6px;
	height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 3px 3px 3px #bdaaaa;
    font-size: 1.25em;
}

@media screen and (max-width: 1220px){.item-box p {min-height: 50px;}}
@media screen and (max-width: 580px){.item-box p {min-height: 60px;}}
@media screen and (max-width: 500px){.carousel-inner>.item>a>img {height: 180px;}}

