       #Prin_msg_more {display: none;}

       .prin_img_name_cont {
        float: left;
        width: 50%;
        border-style: outset;
        margin-top:2dvw;
        margin-left:2dvw;
        margin-right:1dvw;
        border-radius: 5px;
        transition: 0.3s;
       }


       .prin_img_name_cont img{
            width:100%;
            object-fit: cover;
            object-position: center;
        }

    

  
  .prin_img_name_cont:hover {opacity: 0.7;}
 




 



  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    padding-top: 40px;
    width: 99.95%; /* Full width */
    height: 100%;
    overflow: scroll; /* Enable scroll if needed */
    background-color: #030303; /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
   
  }

  .modal  .prin_img_name_cont{
    margin-right: 1rem;
    width:40%; 
  }

  .modal .div_tittle {
    height: auto;
   
    
  }
  .modal  img{
    display: flex;
   
  }
  
  
  /* Modal Content (image) */


  /* Caption of Modal Image */
  #Princaption {
    text-align: center;
   background-color: rgb(0,128,128);
    margin-bottom: 5px;
    padding: 5px 0px;
    color: #fffefe;
  }
 
  /* Add Animation */
  .modal .prin_img_name_cont, .long_text {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top:0;
    right:0;
    color: #fffefe;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    margin-right: 30px;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 80%;
    }
  }