#mwsBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
}
.mws_modal_content_cont{
   width:100%; display: flex;
}
.mws_modal_content_lft{
  width: 19%;
}
.mws_modal_content_rght{
  width: 80%;
}
.mws_modal_content_lft a{
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
}
.mwx_power_by{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
.mws_modal_content_lft a img{
  width: 220px;
}
.mws_modal_content_lft a:hover{
  text-decoration: none;
}
.mws_entry-point-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.mws_entry-point-card-container:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.0001) 49.88%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 16px;
  content: "";
}
.mws_entry-point-card-container {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 250px; 
  height: 350px;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: opacity 0.33s, transform 0.33s, visibility 0.33s;
}
.mws_entry-point-card-container.hidden {
  opacity: 0;
  visibility: hidden;
}
.mws_entry-point-card-container:hover .background-cards {
  transform: translate3d(24px, 0px, 0px);
}
.mws_author-container {
  position: absolute;
  display: flex;
  align-items: center;
  top: 24px;
  left: 24px;
}
.mws_card-headline-container {
  position: absolute;
  bottom: 2px;
  text-align: left;
  padding: 24px;
  z-index: 1;
}
.mws_entry-point-card-headline {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 26px;
}
.mws_entry-point-card-subtitle {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
}
.mws_logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  position: relative;
  margin-right: 10px;
}
.mws_logo-ring {
  width: 46px;
  height: 46px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='gradient'><stop offset='0' style='stop-color:%232BAC95' /><stop offset='1' style='stop-color:%236EB6F9' /></linearGradient></defs><ellipse ry='100' rx='100' cy='110' cx='110' style='fill:none;stroke:url(%23gradient);stroke-width:6;' /></svg>");
  border-radius: 100%;
  position: absolute;
}
.mws_entry-point-card-logo {
  border-radius: 100%;
  width: 38px;
  height: 38px;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.25));
}
.mws_main_cont{
  display:flex; 
  flex-wrap: wrap; width:100%;
}
.mws_single_story_cont {
  width:25%;
  padding-top:20px;
  text-align: center;
}
.mws_single_story_cont a{
  display: inline-block;
}
.mws_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.mws_modal-content {
  background-color: #fefefe;  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  min-height: -webkit-fill-available;
}
.mwsClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.mwsClose:hover,
.mwsClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .mws_entry-point-card-container{
    width: 234px !important;
    height: 350px !important; 
	  overflow:hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .mws_entry-point-card-container{
    width: 165px !important;
    height: 230px !important; 
  }
  .mws_modal_content_lft a img{
    width: 180px;
  }
}

@media only screen and (max-width: 920px) {
  .mws_single_story_cont {
    width: 33%;
  }
}

@media only screen and (max-width: 600px) {
  .mws_single_story_cont {
    width: 49%;
  }
  .mwx_power_by{
    font-size: 16px;
  }
  .mws_modal_content_lft a img{
    width: 100px;
  }
}

@media only screen and (max-width: 420px) {
  .mws_entry-point-card-container {
    width: 125px !important;
    height: 170px !important;
  }
  .mwx_power_by{
    font-size: 12px;
  }
  .mws_modal_content_cont{
    display: block;
  }
  .mws_modal_content_lft {
    width: 100%;
    text-align: center;
  }
  .mws_modal_content_rght{
    width: 100%;
  }
  .mws_modal_content_lft a {
      text-decoration: none;
      z-index: 99;
      position: relative;
      border: none;
      outline: none;
      cursor: pointer;
      padding-left: 0px;
  }
  .mws_entry-point-card-headline{
     display: none;
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  .mws_entry-point-card-container.hidden {
    transform: scale(1.2);
  }
  .mws_author-container {
    top: 16px;
    left: 16px;
  }
  .mws_logo-container,
  .mws_entry-point-card-logo {
    width: 20px;
    height: 20px;
  }
  .mws_logo-ring {
    width: 26px;
    height: 26px;
  }
  .mws_entry-point-card-subtitle {
    font-size: 10px;
    line-height: 14px;
  }
  .mws_entry-point-card-headline {
    font-size: 18px;
    line-height: 20px;
  }
  .mws_card-headline-container {
    padding: 16px;
  }
  .background-cards {
    display: none;
  }
}
@media only screen and (max-width: 280px) {
  .mws_entry-point-card-container {
    width: 105px !important;
    height: 150px !important;
  }
}