﻿/* Please use this css file for any overriding styles that you want. */

.mx-dashboard-upcomingevents-wrapper .events .card-img-top {
  
    width: 59%;

    height: 173px;
    object-fit:unset!important;
    object-position:unset!important;
    
}

.mx-dashboard-upcomingevents-wrapper .events a {
   
   display:flex;
   justify-content:center;
   
}

@media (max-width:992px){
.mx-dashboard-myprofile-wrapper .image .mx-photo-image, .mx-dashboard-myprofile-wrapper .image h1 {
    width: 57%!important;
    height: auto;
}
}