        h3.pod {
            margin-top: 0;
        }

        .mb14 {
            margin-bottom: 14px;
        }

        .mt60 {
            margin-top: 60px;
        }

        .podimage {
            max-height: 218.8px;
        }

        .podimage:hover {
            cursor: pointer;
        }

        .show990 {
            display: none;
        }
        @media (max-width:1921px) {
            .podimage {
            max-height: 189.7px;
            }
        }
        @media (max-width:1537px) {
            .podimage {
            max-height: 150px;
            }
        }
        
        @media (max-width:1441px) {
            .podimage {
            max-height: 139px;
            }
        }

        @media (max-width:1367px) {
            .mt60 {
                margin-top: 100px;
            }
        }

        @media (max-width:1281px) {
            .mt60 {
                margin-top: 140px;
            }
            .podimage {
                max-height: 122px;
            }
            
        }

        @media (max-width:1025px) {
            .podimage {
                max-height: 94px;
            }
        }

        @media (max-width:990px) {
            .hide990 {
                display: none;
            }

            .show990 {
                display: block;
            }

            .podimage {
                max-height: none;
                margin-top: 15px;
            }

            .mt60 {
                margin-top: 20px;
            }

            .mb14 {
                margin-bottom: unset;
            }

            h3.pod {
                margin-top: 20px;
            }
        }

        @media (max-width:768px) {
            .podimage:hover {
                cursor: unset;
            }
        }
