.flowerbfb * { font-family: Nunito, sans-serif; }

.flowerbfb
{
	margin: 0;
	padding: 0;
	background-color:#000; 
}

.flowerbfb .flower-count {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0 0 3px #000;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .flowerbfb .flower-count {
        font-size: 20px;
        left: 0;
        right: 0;
        text-align: center;

    }
}