.mh-btn-v2 { font-family: "lab-grotesque", sans-serif; text-align: center; display: inline-block; transition: color 0.3s, background-color 0.3s, border-color 0.3s; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.mh-btn-v2.mh-btn-v2-lg { padding: 12px 40px; border-radius: 32px; font-size: 16px; line-height: 20px; font-weight: 400; }
.mh-btn-v2.mh-btn-v2-lg.thick { font-weight: 700; }
.mh-btn-v2.primary-01 { background-color: #E1F550; color: #192D05; }
.mh-btn-v2.primary-01:hover { background-color: #A3B541; color: #192D05; }
.mh-btn-v2.primary-01.disabled { background-color: #D8D8D8; color: #818181; cursor: not-allowed; pointer-events: none; }
.mh-btn-v2.primary-01.disabled:hover { background-color: #D8D8D8; color: #818181; }
.mh-btn-v2.primary-02 { background-color: #192D05; color: white; }
.mh-btn-v2.primary-02:hover { background-color: #576546; color: white; }
.mh-btn-v2.primary-02.disabled { background-color: #D8D8D8; color: #818181; cursor: not-allowed; pointer-events: none; }
.mh-btn-v2.primary-02.disabled:hover { background-color: #D8D8D8; color: #818181; }
.mh-btn-v2.secondary-01 { border: 1px solid #E1F550; color: #E1F550; }
.mh-btn-v2.secondary-01:hover { color: #A3B541; border-color: #A3B541; }
.mh-btn-v2.secondary-01.disabled { color: #818181; border-color: #818181; cursor: not-allowed; pointer-events: none; }
.mh-btn-v2.secondary-01.disabled:hover { color: #818181; border-color: #818181; }
.mh-btn-v2.secondary-02 { border: 1px solid #192D05; color: #192D05; }
.mh-btn-v2.secondary-02:hover { color: #576546; border-color: #576546; }
.mh-btn-v2.secondary-02.disabled { color: #818181; border-color: #818181; cursor: not-allowed; pointer-events: none; }
.mh-btn-v2.secondary-02.disabled:hover { color: #818181; border-color: #818181; }
@media (min-width: 1300px) { .mh-film-outer h2 { font-size: 51px !important; } }
@media (min-width: 768px) { .mh-film-outer h2 { width: 100%; text-align: center; margin-bottom: 40px; } }
@media (max-width: 767.99px) { .mh-film-outer h2 { letter-spacing: -1.55px !important; margin-bottom: 48px; } }
.mh-film-outer iframe { margin-left: auto; margin-right: auto; max-width: 848px; display: block; }
.mh-film-outer .mh-film { margin-left: auto; margin-right: auto; max-width: 848px; }
.mh-film-outer .mh-film .mh-film-content-holder { position: relative; padding-bottom: 56%; overflow: hidden; }
.mh-film-outer .mh-film .mh-film-content-holder .mh-film-overlay { position: absolute; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), black); opacity: 0.6; top: 0; width: 100%; bottom: 0; z-index: 10; }
.mh-film-outer .mh-film .mh-film-content-holder video { max-width: 101%; width: 101%; margin: 0; border: none; position: absolute; left: 0; top: 0; }
.mh-film-outer .mh-film .mh-film-content-holder .mh-play-btn-holder { width: 100%; text-align: center; height: 100%; z-index: 20; position: absolute; display: flex; justify-content: center; align-items: center; }
.mh-film-outer .mh-film .mh-film-content-holder .mh-play-btn { display: inline-block; background-image: url(//www.medhelp.se/wp-content/plugins/mh-film/assets/img/mh-play.svg); width: 80px; height: 80px; background-size: cover; background-repeat: no-repeat; }
.mh-film-outer .mh-film .mh-play-btn { transition: opacity 0.3s; }
.mh-film-outer .mh-film:hover { cursor: pointer; }
.mh-film-outer .mh-film:hover .mh-play-btn { opacity: 0.8; }