            .gallery_images {
                min-height: 300px !important;
                max-height: 300px !important;
            }
            
            .page-link {
                color: #ffd966;
                background-color: #000000 !important;
                border-color: #ffd966 !important;
                border-radius: 50px;
                margin: 0px 6px;
            }
            
            .page-link:hover {
                color: #ffffff !important;
            }
            
            .pagination {
                justify-content: center !important;
            }
            
            .page-item:first-child .page-link {
                display: none !important;
            }
            
            .page-item:last-child .page-link {
                display: none !important;
            }
            
            page-item.active .page-link {
                z-index: 1;
                /* color: #ffd966;
            background-color: #000000;
            border-color: #ffd966;
            border-radius: 50px;
            margin: 0px 6px; */
            }
            
            li.tags.mr-2 {
                background-color: #d7d7d757;
                border-radius: 32px;
                padding: 4px 15px 6px 15px;
                font-size: 12px;
                color: #101010;
                float: left;
                list-style-type: none;
                margin-bottom: 5px;
                border: 1px solid black;
                font-weight: 600;
            }
            
            #keywords {
                padding-left: 0
            }
            
            .uploaded_by {
                top: 38%;
                position: absolute;
                left: 38%;
                color: white;
                font-size: 25;
            }
            
            .search__item--hover:hover {
                color: white;
                text-decoration: none;
            }
            
            .card {
                min-height: 130px;
            }
            
            p.card-text.text-right {
                margin-top: 3rem !important;
            }
            
            .links {
                text-decoration: none !important;
                color: white !important;
            }
            
            .links:hover {
                color: antiquewhite !important;
            }
            
            .profile_photo {
                border-radius: 50%;
            }
            
            .profile {
                border-radius: 10% !important;
            }
            
            img.img-fluid.a {
                width: 24.5%;
                height: 200px;
            }
            
             ::placeholder {
                color: lightgrey !important;
                opacity: 1;
            }
            
             :-ms-input-placeholder {
                color: lightgrey !important;
            }
            
             ::-ms-input-placeholder {
                color: lightgrey !important;
            }