#educardmodalimg{border-radius:5px;cursor:pointer;transition:.3s}#educardmodalimg:hover{opacity:.7}.educard-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,.9);transition:.3s}.educard-modal-content{margin:10% auto auto;display:block;width:80%;max-width:700px}#educardmodalcaption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:50px}#educardmodalcaption,.educard-modal-content{-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}@-webkit-keyframes zoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}@media only screen and (max-width:700px){.educard-modal-content{width:95%}}