––––

/*RESPONSIVE*/

@media (max-width: 414px) {

    .flex-table.scoreListing.weekly {
        flex-direction: column;
    }

    .slider {
        overflow-x: auto;
    }

    .scoreListing {
        width: 805px;
        /* overflow-x:  auto; */
    }

    section.flex-table.weeklyReview {
        padding: 10px 0 10px 0;
        flex-direction: column;
    }

    .weeklyReview {
        flex-direction: row;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    section#mainContent {
        max-width: 80%;
    }

    .heading, .tablerows {
        display: flex;
        /*justify-content: space-evenly;*/
    }

    .col1, .col2, .col3 {
        min-width: 155px;
    }

    .tablerows {
        font-size: 18px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
    }

    p.sectionParagraph {
        padding-left: 25px;
    }

    .schedule {
        padding-left: 25px;
    }

    .flex-table {
        display: flex;
        justify-content: space-around;
    }

    .flex-table > .col {
        /* flex: 1; */
        border: .5px solid black;
        border-radius: 6%;
        justify-content: space-around;
        width: 345px;
        background-color: #12203e;
        margin-top: 5px;
    }

    section.flex-table h1 {
        font-size: 22px;
        color: white;
    }

    section.flex-table h2 {
        font-size: 14px;
        color: white;
    }

    .birds {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .colrows {
        height: 48px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
        /* background-color: #12203e; */
        /* border-radius: 13px; */
    }

    .flex-table.scoreListing div {
        flex: 1;
        font-size: 11px;
    }

    .flex-table .headers {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        border-right: 1px solid #12203e;
        height: 30px;
        align-items: center;
    }

    .border {
        border-right: 1px solid #12203e;
        border-bottom: 1px solid #12203e;
    }

    .flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
        width: 100%;
    }

    .schoolName, .Score {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .Standings {
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .headers, .Score {
        border-bottom: 1px solid #12203e;
    }

    .weekTitle {
        display: flex;
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
    }

    .flex-table.scoreListing div .subheaders {
        font-size: 12px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .scoreSubHeader {
        max-width: 155px;
    }

    .scoreData {
        display: flex;
    }

    .scoreInfo {
        font-size: 15px;
        border-right: .25px solid black;
        height: 29px;
        border-bottom: 1px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .collegeList img {
        /*min-height: 117px;*/
    }

    .collegeList p {
        font-size: 20px;
        text-align: center;
    }

    .collegeList {
        display: flex;
        justify-content: space-around;
    }

    .collegeList div {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none;
    }

    .college:hover .hide {
        display: block;
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
    }

    .border.subheaders:last-child {
        /* border: none; */
    }

    .scoreInfo:last-child {
        /* border: none; */
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
        border-bottom: 1px solid #12203e;

    }

    .headers.border.week {
        background: #A71A28;
        color: white;
        justify-content: start;
    }

    .twoColumn {
        width: 100%;
    }

    .sixty {
        width: 60%;
    }

}

@media (min-width: 415px) and (max-width: 640px ) {

    .scoreListing {
        width: 805px;
    }

    section.flex-table.weeklyReview {
        padding: 10px 0 10px 0;
    }

    .weeklyReview {
        flex-direction: row;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    section#mainContent {
        max-width: 80%;
    }

    .heading, .tablerows {
        display: flex;
        /*justify-content: space-evenly;*/
    }

    .col1, .col2, .col3 {
        min-width: 155px;
    }

    .tablerows {
        font-size: 18px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
    }

    p.sectionParagraph {
        padding-left: 25px;
    }

    .schedule {
        padding-left: 25px;
    }

    .flex-table {
        display: flex;
        justify-content: space-around;

    }

    .flex-table > .col {
        /* flex: 1; */
        border: .5px solid black;
        border-radius: 6%;
        justify-content: space-around;
        width: 345px;
        background-color: #12203e;
    }

    section.flex-table h1 {
        font-size: 22px;
        color: white;
    }

    section.flex-table h2 {
        font-size: 14px;
        color: white;
    }

    .birds {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .colrows {
        height: 48px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
        background-color: #12203e;
        border-radius: 13px;
    }

    .flex-table.scoreListing div {
        flex: 1;
        font-size: 11px;
    }

    .flex-table .headers {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        /* border-right: 1px solid #12203e; */
        height: 30px;
        align-items: center;
    }

    .border {
        border-right: 1px solid #12203e;
        border-bottom: 1px solid #12203e;
    }

    .flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
    }

    .schoolName, .Score {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .Standings {
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .headers, .Score {
        border-bottom: 1px solid #12203e;
    }

    .weekTitle {
        display: flex;
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
    }

    .flex-table.scoreListing div .subheaders {
        font-size: 21px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .scoreSubHeader {
        max-width: 155px;
    }

    .scoreData {
        display: flex;
    }

    .scoreInfo {
        font-size: 15px;
        border-right: .25px solid black;
        height: 29px;
        border-bottom: 1px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .collegeList img {
        /*min-height: 117px;*/
    }

    .collegeList p {
        font-size: 20px;
        text-align: center;
    }

    .collegeList {
        display: flex;
        justify-content: space-around;
    }

    .collegeList div {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none;
    }

    .college:hover .hide {
        display: block;
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
    }

    .border.subheaders:last-child {
        /* border: none; */
    }

    .scoreInfo:last-child {
        /* border: none; */
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
        border-bottom: 1px solid #12203e;

    }

    .headers.border.week {
        background: #A71A28;
        color: white;
        justify-content: start;
    }

    .twoColumn {
        width: 100%;
    }

    .sixty {
        width: 60%;
    }

}

@media (min-width: 640px) and (max-width: 667px ) {

    section.flex-table.weeklyReview {
        padding: 10px 0 10px 0;
    }

    .weeklyReview {
        flex-direction: row;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    section#mainContent {
        max-width: 80%;
    }

    .heading, .tablerows {
        display: flex;
        /*justify-content: space-evenly;*/
    }

    .col1, .col2, .col3 {
        min-width: 155px;
    }

    .tablerows {
        font-size: 18px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
    }

    p.sectionParagraph {
        padding-left: 25px;
    }

    .schedule {
        padding-left: 25px;
    }

    .flex-table {
        display: flex;
        justify-content: space-around;
    }

    .flex-table > .col {
        /* flex: 1; */
        border: .5px solid black;
        border-radius: 6%;
        justify-content: space-around;
        width: 203px;
        background-color: #12203e;
    }

    section.flex-table h1 {
        font-size: 15px;
        color: white;
    }

    section.flex-table h2 {
        font-size: 14px;
        color: white;
    }

    .birds {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .colrows {
        height: 48px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
        background-color: #12203e;
        border-radius: 13px;
    }

    .flex-table.scoreListing div {
        flex: 1;
        font-size: 11px;
    }

    .flex-table .headers {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        /* border-bottom: 1px solid #12203e; */
        height: 30px;
        align-items: center;
    }

    .border {
        border-right: 1px solid #12203e;
        border-bottom: 1px solid #12203e;
    }

    .flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
        overflow-x: auto;
    }

    .schoolName, .Score {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .Standings {
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .headers, .Score {
        border-bottom: 1px solid #12203e;
    }

    .weekTitle {
        display: flex;
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
    }

    .flex-table.scoreListing div .subheaders {
        font-size: 12px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .scoreSubHeader {
        max-width: 155px;
    }

    .scoreData {
        display: flex;
    }

    .scoreInfo {
        font-size: 15px;
        border-right: .25px solid black;
        height: 29px;
        border-bottom: 1px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .collegeList img {
        /*min-height: 117px;*/
    }

    .collegeList p {
        font-size: 20px;
        text-align: center;
    }

    .collegeList {
        display: flex;
        justify-content: space-around;
    }

    .collegeList div {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none;
    }

    .college:hover .hide {
        display: block;
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
    }

    .border.subheaders:last-child {
        /* border: none; */
    }

    .scoreInfo:last-child {
        /* border: none; */
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
        border-bottom: 1px solid #12203e;

    }

    .sixty {
        width: 60%;
    }

}

@media (min-width: 667px) and (max-width: 768px ) {

    section.flex-table.weeklyReview {
        padding: 10px 0 10px 0;
    }

    .weeklyReview {
        flex-direction: row;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    section#mainContent {
        max-width: 80%;
    }

    .heading, .tablerows {
        display: flex;
        /*justify-content: space-evenly;*/
    }

    .col1, .col2, .col3 {
        min-width: 155px;
    }

    .tablerows {
        font-size: 18px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
    }

    p.sectionParagraph {
        padding-left: 25px;
    }

    .schedule {
        padding-left: 25px;
    }

    .flex-table {
        display: flex;
        justify-content: space-around;

    }

    .flex-table > .col {
        /* flex: 1; */
        border: .5px solid black;
        border-radius: 6%;
        justify-content: space-around;
        width: 345px;
        background-color: #12203e;
    }

    section.flex-table h1 {
        font-size: 22px;
        color: white;
    }

    section.flex-table h2 {
        font-size: 14px;
        color: white;
    }

    .birds {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .colrows {
        height: 48px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
        background-color: #12203e;
        border-radius: 13px;
    }

    .flex-table.scoreListing div {
        flex: 1;
        font-size: 11px;
    }

    .flex-table .headers {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        /* border-right: 1px solid #12203e; */
        height: 30px;
        align-items: center;
    }

    .border {
        border-right: 1px solid #12203e;
        border-bottom: 1px solid #12203e;
    }

    .flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
    }

    .schoolName, .Score {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .Standings {
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .header, .Score {
        border-bottom: 1px solid #12203e;
    }

    .weekTitle {
        display: flex;
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
    }

    .flex-table.scoreListing div .subheaders {
        font-size: 21px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .scoreSubHeader {
        max-width: 155px;
    }

    .scoreData {
        display: flex;
    }

    .scoreInfo {
        font-size: 15px;
        border-right: .25px solid black;
        height: 29px;
        border-bottom: 1px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .collegeList img {
        /*min-height: 117px;*/
    }

    .collegeList p {
        font-size: 20px;
        text-align: center;
    }

    .collegeList {
        display: flex;
        justify-content: space-around;
    }

    .collegeList div {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none;
    }

    .college:hover .hide {
        display: block;
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
    }

    .border.subheaders:last-child {
        /* border: none; */
    }

    .scoreInfo:last-child {
        /* border: none; */
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
        border-bottom: 1px solid #12203e;

    }

    .headers.border.week {
        background: #A71A28;
        color: white;
    }

    .sixty {
        width: 60%;
    }
    /*.search-box{*/
        /*display: none;*/
    /*}*/

    h1 {
        font-size: 34px;
        margin-top: 22px;
    }


}

@media (min-width: 768px) and (max-width: 1024px ) {

    section.flex-table.weeklyReview {
        padding: 10px 0 10px 0;
    }

    .weeklyReview {
        flex-direction: row;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    section#mainContent {
        max-width: 80%;
    }

    .heading, .tablerows {
        display: flex;
        /*justify-content: space-evenly;*/
    }

    .col1, .col2, .col3 {
        min-width: 155px;
    }

    .tablerows {
        font-size: 18px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
    }

    p.sectionParagraph {
        padding-left: 25px;
    }

    .schedule {
        padding-left: 25px;
    }

    .flex-table {
        display: flex;
        justify-content: space-around;

    }

    .flex-table > .col {
        /* flex: 1; */
        border: .5px solid black;
        border-radius: 6%;
        justify-content: space-around;
        width: 345px;
        background-color: #12203e;
    }

    section.flex-table h1 {
        font-size: 22px;
        color: white;
    }

    section.flex-table h2 {
        font-size: 14px;
        color: white;
    }

    .birds {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .colrows {
        height: 48px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
        background-color: #12203e;
        border-radius: 13px;
    }

    .flex-table.scoreListing div {
        flex: 1;
        font-size: 11px;
    }

    .flex-table .headers {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        /* border-right: 1px solid #12203e; */
        height: 30px;
        align-items: center;
    }

    .border {
        border-right: 1px solid #12203e;
        border-bottom: 1px solid #12203e;
    }

    .flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
    }

    .schoolName, .Score {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .Standings {
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .header, .Score {
        border-bottom: 1px solid #12203e;
    }

    .weekTitle {
        display: flex;
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
    }

    .flex-table.scoreListing div .subheaders {
        font-size: 21px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .scoreSubHeader {
        max-width: 155px;
    }

    .scoreData {
        display: flex;
    }

    .scoreInfo {
        font-size: 15px;
        border-right: .25px solid black;
        height: 29px;
        border-bottom: 1px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .collegeList img {
        /*min-height: 117px;*/
    }

    .collegeList p {
        font-size: 20px;
        text-align: center;
    }

    .collegeList {
        display: flex;
        justify-content: space-around;
    }

    .collegeList div {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none;
    }

    .college:hover .hide {
        display: block;
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
    }

    .border.subheaders:last-child {
        /* border: none; */
    }

    .scoreInfo:last-child {
        /* border: none; */
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
        border-bottom: 1px solid #12203e;

    }

    .headers.border.week {
        background: #A71A28;
        color: white;
    }

    .sixty {
        width: 60%;
    }

}

@media (min-width: 1024px) {

    section.flex-table.weeklyReview {
        padding: 10px 0 10px 0;
    }

    .weeklyReview {
        flex-direction: row;
    }

    .row {
        display: flex;
        justify-content: center;
    }

    section#mainContent {
        max-width: 80%;
    }

    .heading, .tablerows {
        display: flex;
        /*justify-content: space-evenly;*/
    }

    .col1, .col2, .col3 {
        min-width: 155px;
    }

    .tablerows {
        font-size: 18px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
    }

    p.sectionParagraph {
        padding-left: 25px;
    }

    .schedule {
        padding-left: 25px;
    }

    .flex-table {
        display: flex;
        justify-content: space-around;

    }

    .flex-table > .col {
        /* flex: 1; */
        border: .5px solid black;
        border-radius: 6%;
        justify-content: space-around;
        width: 345px;
        background-color: #12203e;
    }

    section.flex-table h1 {
        font-size: 22px;
        color: white;
    }

    section.flex-table h2 {
        font-size: 14px;
        color: white;
    }

    .birds {
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .colrows {
        height: 48px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 8px;
        background-color: #12203e;
        border-radius: 13px;
    }

    .flex-table.scoreListing div {
        flex: 1;
        font-size: 11px;
    }

    .flex-table .headers {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        height: 30px;
        align-items: center;
        border-right: 1px solid #12203e;

    }

    .border {
        border-right: 1px solid #12203e;
        border-bottom: 1px solid #12203e;
    }

    .flex-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 15px;
    }

    .schoolName, .Score {
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .Standings {
        font-size: 20px;
        font-weight: bold;
        justify-content: center;
        background: url(http://mcacsports.org/images/setup/calendar_row_bg_pattern.png) repeat #ccc;
        min-height: 30px;
        align-items: center;
    }

    .headers, .Score {
        border-bottom: 1px solid #12203e;
    }

    .weekTitle {
        display: flex;
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
    }

    .flex-table.scoreListing div .subheaders {
        font-size: 21px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .scoreSubHeader {
        max-width: 155px;
    }

    .scoreData {
        display: flex;
    }

    .scoreInfo {
        font-size: 15px;
        border-right: .25px solid black;
        height: 29px;
        border-bottom: 1px solid #12203e;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .collegeList img {
        /*min-height: 117px;*/
    }

    .collegeList p {
        /* font-size: 20px; */
        /*text-align: center;*/
    }

    .collegeList {
        flex-direction: column;
        display: flex;
        /* justify-content: space-around; */
        width: 60%;
    }

    .wrap {
        display: flex;
        justify-content: center;
    }

    .collegeList div {
        display: flex;
        flex-direction: column;
    }

    .hide {
        display: none;
    }

    .college:hover .hide {
        display: block;
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
    }

    .border.subheaders:last-child {
        /* border: none; */
    }

    .scoreInfo:last-child {
        /* border: none; */
    }

    .headers.athlete.border {
        min-width: 17px;
        height: auto;
        border-bottom: 1px solid #12203e;

    }

    .headers.border.week {
        background: #A71A28;
        color: white;
    }

    .sixty {
        width: 60%;
    }

    h1 {
        font-size: 34px;
        margin-top: 22px;
        margin-bottom: 5px;
    }

    .gallery{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .gallery img{
        width:300px;
        height:300px;
        transition: 1s;
    }

    .gallery img:hover{
        filter: grayscale(100%);
        transform: scale(1.2);
    }


}




.gallery{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.gallery img{
    width:300px;
    height:300px;
    transition: 1s;
}

.gallery img:hover{
    filter: grayscale(100%);
    transform: scale(1.2);
}



.temphide {
    display: none !important;
}

.stats-wrap .stats-box td {
            min-width: 50px;
            max-width: 120px;
        }