.course_end_row{
  height: unset !important;
}

.course_end_row > div{
  height: unset !important;
}

#course_end_popup>div>svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5vmin;
  width: 5vmin;
  background-color: black;
  cursor: pointer;
}

#course_end_popup>div>svg>path {
  fill: white;
}

@media screen and (max-width: 575.98px) {
  #course_end_popup>img {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  #course_end_popup>img {
    height: 100%;
  }
}