.mm-landing.info--default {
    --info-video-width: 50rem;
    overflow: hidden;
    background: var(--c-white);
    color: var(--c-text-base);
    padding: 24px 0 24px;
}

@media screen and (min-width: 800px) {
    .mm-landing.info--default {
        padding: 120px 0;
    }
}

.mm-landing .info__container {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .mm-landing .info__container {
        flex-direction: row;
    }
    .mm-landing .info__container.full_width_container {
        display: flex;
        flex-flow: column-reverse;
    }
}

.mm-landing .info__container.full_width_container .info__title{
    text-align: center;
}

.mm-landing .info__content {
    width: 100%
}

.mm-landing .info__content.no_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
}
.mm-landing .info__content.only_image {
    display: none;
}
.mm-landing .info__content.no_img .info__description p{
    text-align: center;
}

@media screen and (min-width: 768px) {
    .mm-landing .info__content {
        width: 50%;
        padding-right: 30px;
    }
    .mm-landing .info__content.no_img {
        width: 100%
    }
    .mm-landing .info__video.full_width_image {
        width: 100%;
    }
}

.mm-landing .info__video {
    width: 100%;
    /* max-width: var(--info-video-width); */
    margin: 0 auto;
}
.mm-landing .info__video.full_width_image {
    width: 100%;
}
.mm-landing .info__video.full_width_image .home-bg {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .mm-landing .info__video {
        width: 50%;
        padding-left: 30px;
    }
}

.mm-landing .home-bg {
    position: relative;
    border-radius: 3px;
    background-image: none;
    height: auto;
}

.mm-landing .home-bg img {
    width: 100%;
}

.mm-landing .home-bg .home-bg--desktop {
    display: none;
}


.mm-landing .info__video .video__wrapper iframe {
    border-radius: 4px;
    box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.5);
}

.mm-landing .info__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 8px;
    color: #333333;
}

.mm-landing .info__title.info__title_fira {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 16px;
    color: var(--event-color);
}

.mm-landing .info__date {
    color: #888888;
    /* margin-bottom: 16px; */
}
.mm-landing .info_date_city--wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888888;
    margin-bottom: 8px;
}

.btn-open-addEventToCalendar, .btn-open-shareEvent{
    cursor: pointer;
}
.btn-open-addEventToCalendar span, .btn-open-shareEvent span{
    margin-left: 4px;
}

.mm-landing .info__description {
    width: 100%;
    max-width: var(--info-video-width);
    margin: 0 auto 16px;
    color: #333333;
    font-size: var(--fz-sm);
    line-height: 1.6;
}

.mm-landing .info__video+.info__description {
    text-align: left;
}

.mm-landing .info__cta {
    margin: var(--spacer-4xl) var(--spacer-2xs);
    text-align: center;
}


#modal-share .modal-share-wrapper{
    position: relative;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
  }
  #modal-share .modal-body-cont{
    overflow: inherit;
    padding: 24px 30px;
  }
  
  .calendar__share--button{
    position: relative;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    cursor: pointer;
  }
  .calendar__share--button i{
    font-size: 32px;
    color: #000;
  }
  
  .calendar__share--button img{
    width: 42px;
  }
  .calendar__share--button:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  
  .calendar__download--wrapper{
    
  }
  .generate-ics-btn{
    cursor: pointer;
  }
  .generate-ics-btn i {
    /* border-radius: 16px; */
    /* border: 1px solid grey; */
    /* width: 24px; */
    /* height: 24px; */
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
  }
  
  
@media screen and (min-width: 800px) {
    .mm-landing .home-bg {
        position: relative;
        /* height:460px; */
        height: auto;
        border-radius: 3px;
    }
    .mm-landing .home-bg img {
        position: relative;
        width: auto;
        height: auto;
    }
    .mm-landing .home-bg .home-bg--mobile {
        display: none;
    }
    .mm-landing .home-bg .home-bg--desktop {
        display: inline-block;
    }  
}

@media screen and (max-width: 800px) {
    .mm-landing .info_date_city--wrapper  {
        /* justify-content: center; */
        flex-wrap: wrap;
    }
    .mm-landing .info_date_city--wrapper .separator.last {
        display: none;
    }

    .mm-landing .info_date_city--wrapper .info_share {
        width: 100%;
        text-align: left;
    }   
}