p{color:#666;}
section#student-accomodation .downloads > div{border:5px solid #f2f0f0;}
section#student-accomodation .downloads .pdf-wrapper{padding:15px;box-shadow:3px 4px 5px #ccc;border:8px solid #fff;max-width:380px;margin-left:auto;margin-right:auto;width:calc(100% - 30px);}
section#student-accomodation .downloads .pdf-wrapper:nth-child(2){background:url('../images/student-accomodation/malaysian-student.jpg') center/cover;}
section#student-accomodation .downloads .pdf-wrapper:nth-child(3){background:url('../images/student-accomodation/international-student.jpg') center/cover;}
section#student-accomodation .downloads .pdf-wrapper img{display:block;margin:0 auto 10px;border-radius:100%;background-color:#fff;transition:all ease 0.5s;}
section#student-accomodation .downloads .pdf-wrapper:hover img, section#student-accomodation .downloads .pdf-wrapper:focus img{background-color:#ff9900;}
section#student-accomodation .downloads .pdf-wrapper span{display:block;font-style:italic;font-size:14px;}
section#student-accomodation .downloads .pdf-wrapper span a{font-size:inherit;color:#00397c;}
section#student-accomodation .rooms .img-wrapper::after{content:"";display:block;transform:scale(0.8);opacity:0;transition:all ease 0.5s;background:rgba(0,0,0,0.8) url('../images/student-accomodation/zoom.png') no-repeat no-repeat center calc(50% - 29px);width:100%;height:100%;top:0;left:0;position:absolute;}
section#student-accomodation .rooms .img-wrapper span{position:absolute;color:#fff;top:calc(50% + 18px);transform:translateY(-50%);text-align:center;font-size:18px;width:100%;z-index:2;opacity:0;transition:opacity ease 0.5s;left:0;}
section#student-accomodation .rooms .img-wrapper:hover::after, section#student-accomodation .rooms .img-wrapper:focus::after, section#student-accomodation .rooms .img-wrapper:focus::after{transform:scale(1);opacity:1;}
section#student-accomodation .rooms .img-wrapper:hover span{opacity:1;}
@media (max-width:991px){section#student-accomodation p{max-width:100% !important;}
section#student-accomodation .downloads > div{float:none;margin:0 auto;max-width:420px;}
}
@media (max-width:767px){.img-wrapper{margin:0 auto 20px;max-width:420px;}
.img-wrapper img{width:100%;}
}