﻿ .news-modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 73vh;
    padding: 10px;
  width : 100% ;
 
}

/*.contact-modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 480px;
    
    padding: 15px;
}

.modaldialog-contact{ 
  max-height: 75vh;
   width: 950px;
   display:center;
   overflow-y: auto;
}

.modaldialog-news{ 
  max-height: 70vh;
   width:1000px;
   display:center;
   overflow-y: auto;
}*/