#mk1 {
            padding: 10px;
            border: 1px solid #f1bd1e;
        }
        
        .modal {
            display: none;
            position: fixed;
            /*z-index: 1;*/
            /*padding-top: 100px;*/
            /*left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;*/
            overflow: auto;
            background-color: rgba(0, 0, 0, .5);
        }
        /* Modal Content */
        
        .modal-content {
            /*position: relative;
	    background-color: #fefefe;
	    margin: auto;
	    padding: 0;
	    width: 100%;
	    max-width: 1024px;*/
            /*transform: scale(0.8);*/
            margin-top: -50px;
            overflow: auto;
        }
        /* The Close Button */
        
        .close {
            color: #84840b;
            background: #fff;
            border: 1px solid #000;
            position: absolute;
            top: 6%;
            right: 1.5%;
            font-size: 4em;
            font-weight: bold;
            opacity: 1;
            z-index: 9999;
            padding: 0 16px;
        }
        
        .close:hover,
        .close:focus {
            transition: .5s ease;
        }
        
        .mySlides {
            display: none;
        }
        
        .cursor {
            cursor: pointer;
        }
        /* Next & previous buttons */
        
        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;
        }
        /* Position the "next button" to the right */
        
        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }
        /* On hover, add a black background color with a little bit see-through */
        
        .prev:hover,
        .next:hover {
            background-color: rgba(214, 251, 220, 0.39);
        }
        /*img { margin-bottom: -4px; }*/
        
        .caption-container {
            text-align: center;
            background-color: black;
            padding: 2px 16px;
            color: white;
        }
        
        .demo {
            opacity: 0.6;
        }
        
        .active,
        .demo:hover {
            opacity: 1;
        }
        
        img.hover-shadow {
            transition: 0.3s
        }
        
        .hover-shadow:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
        }
        
        .cust-foot {
            font-weight: 600;
            padding: 1%;
            background: #f1bd1e;
            color: #584405;
            text-align: center;
            letter-spacing: 1.2px;
        }
        
        .cust-foot a {
            color: #584405;
        }
        
        .cust-foot a:hover {
            color: #fbde85;
            transition: .5s ease;
        }