.lastmodified img {
    width: 95% !important;
    max-width: 100% !important;
    height: auto !important;
}

#new-champion-parade-box img,
#performance-star-box .imgLink img,
#featuredKennelBox .imgLink img {
    margin: 15px !important;
    width: 90% !important;
    max-width: 100% !important;
    height: auto !important;
}


	#container-left{
    position: relative;
}

.innertext{
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 5;

    background: rgba(0,0,0,0.72);

    width: 380px;
    max-width: 380px;

    padding: 14px 22px;

    border-radius: 14px;

    color: #fff;

    box-shadow:
        0 8px 24px rgba(0,0,0,0.4);

    border: 1px solid rgba(255,255,255,0.12);
}

.stats-title{
    display: block;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;

    color: #f5c24d;

    margin-bottom: 10px;
}

.stats-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.stats-box{
    flex: 1;
    text-align: center;
    position: relative;
}

.stats-box:first-child:after{
    content: "";

    position: absolute;
    top: 8px;
    right: -10px;

    width: 1px;
    height: 42px;

    background: rgba(255,255,255,0.2);
}

.stats-number{
    display: block;

    font-size: 30px;
    line-height: 1.1;

    font-weight: 800;

    color: #ffffff;

    text-shadow: 0 2px 10px rgba(0,0,0,0.6);

    margin-bottom: 6px;
}

.stats-label{
    display: block;

    font-size: 14px;
    font-weight: 600;

    color: rgba(255,255,255,0.92);

    letter-spacing: 0.4px;
}



@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }

    img {
        max-width: 100%;
    }


    #menu li {
        padding: .8em;
    }

    #menu li ul {

        top: 3.4em;
        right: 0;
        left: auto;
    }

    #mainBoxContainer,
    #mainSubtitle,
    #menuContainer,
    #sideBoxContainer,
    #logo,
    #header-text,
    #quick-search,
    #container-left,
    #sideBoxContainer,
    #loginBox,
    #sideSubtitle,
    #mainBoxContainer,
    .frontPage #banners,
    .frontPage #mainBox {
        float: none !important;
        width: 100% !important;
    }

    #headerBox {
        width: 100%;
        height: auto;
        text-align: center;
    }

    #header-text {
        line-height: 0;
        margin: auto;
        font-size: 13px;
    }

    #headerBox fieldset {
        float: none;
        padding: 0 0 0 1em;
    }

    div#container-left {
        width: 100%;
        float: none;
        height: auto;
    }

    div.photo_by {
        margin-left: 0;
        top: 322px;
        width: 100%;
        text-align: center;
        display: block;
    }

    #container-left .imgContainer {
        display: inline-block;
        height: auto;
        width: 100%;
    }

    .innertext {
        width: 100%;
        padding: 6px;
        margin: 0;
    }

    div.inner {
        margin: auto;
        text-align: center;
        padding: 15px;
        display: block;

    }

    #loginBox {
        height: auto;
        padding: 15px;
    }

    #loginBox .formLine {
        text-align: center;
        margin: 0 !important;
    }

    .donate_frm {
        width: 100%;
        position: relative;
    }

    .frontPage #mainBox {
        margin-left: 0;
        padding: 0;
    }

    div#greeting {
        margin-top: 0;
        padding: 15px;
    }

    #mainBox {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .popdom-pop-content-1 p {
        padding: 0 6px;
    }

    #registrationPage #mainBox .formLine label,
    #advancedSearchPage #mainBox label {
        width: auto;
        float: none;
    }

    #addDogPage #mainBox .textInput,
    #editDogPage #mainBox .textInput,
    #advancedSearchPage #mainBox .textInput,
    #userAccountPage #mainBox .textInput,
    #addDogPage #mainBox fieldset div select,
    #editDogPage #mainBox fieldset div select,
    #userAccountPage #mainBox fieldset div select,
    #editAction,
    .searchResultText,
    #noteEditButton,
    #noteSaveButton,
    .left {
        float: auto;
        width: 95%;
    }

    #advancedSearchPage #dogRegistrarsList {
        margin-left: 0;
    }

    .tell-btn {
        display: inline-block;
        margin-bottom: 10px;
    }

    #new-champion-parade-box img {
        width: auto;
        height: 100px;
    }

    .lastmodified {
        padding: 0 15px;
    }

    .lastmodified img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    #new-champion-parade-box h4,
    #featuredKennelBox h4 {

        margin: 15px;

    }

    #new-champion-parade-box img,
    #performance-star-box .imgLink img,
    #featuredKennelBox .imgLink img {
        width: 80% !important;
        margin: auto !important;
        max-width: 100% !important;
        height: auto !important;
        text-align: center;
    }
    
    
    
    .innertext{
        position: relative;

        top: auto;
        left: auto;

        width: calc(100% - 30px);
        max-width: 100%;

        margin: 15px auto;

        padding: 16px;
    }

    .stats-number{
        font-size: 28px;
    }

    .stats-label{
        font-size: 13px;
    }
    
}
