@media (min-width: 960px) and (orientation: landscape) {
    table {/* max-width: 815px !important; */}
    table tr>td>span{display:block; word-wrap: break-word;/* max-width: 80px; */}

    #content .container {width: 850px;}

    #aniimated-thumbnials > a > img {
    max-width: 265px;
}
}

@media (min-width: 1024px) and (orientation: landscape) {
    table {/* max-width: 815px !important; */}
    table tr>td>span{display:block; word-wrap: break-word;/* max-width: 80px; */}
    #content .container {width: 970px !important;}

    #aniimated-thumbnials > a > img {
        min-width: 252px;}
}

@media (min-width: 1200px) and (orientation: landscape) {
    table {/* max-width: 915px !important; *//* width: 100% !important; *//* width: initial !important; */max-width: none !important;}
    table tr>td>span{display: block !important; word-wrap: break-word !important;/* max-width: 105px !important; */}
    .content-text {padding: 15px;}
    #content .container {width: 1170px !important;}

    #aniimated-thumbnials > a > img {max-width: 285px;}
}

@media (max-width: 600px) {
    .stat-form-day  {width: 20%;float: left;}
    .stat-form-mon  {margin: 0 1%; width: 50%; float: left;}
    .stat-form-year  {  width: 28%; float: left; display: block;}
    .stat-div { float: left; width: 100%;}
    #aniimated-thumbnials > a > img {
        margin-right: 0;
        width: 49%;
        max-width: none;
    
        /* border: 5px; */
}
}

@media (max-width: 400px) {
    #aniimated-thumbnials > a > img {
        margin-right: 0;
        width: 100%;
        max-width: none;
    }
    p > img {    float: left;
        display: block;
        width: 100%;
        padding: 5px;
        height: initial;}
    center > img {    float: left;
        display: block;
        width: 100%;
        padding: 5px;
        height: initial;}
}
