You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
454 B

/* Overide CSS */
/* Modal CSS */
.modal-fullscreen img{ margin: 0 auto 10px; }
.modal-content{ border:none; }
.modal-title{ font-weight:100; }
.close{ font-size:36px; font-weight:500;}
/*----------------------------------------------------
Responsive - Media Quries
----------------------------------------------------*/
@media (max-width: 1199px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 479px){}