.mytory-slide {
    display: block;
    position: relative;
}

.mytory-slide h1 {
    padding: 0;
    margin: 0;
}

.mytory-slide__title, .mytory-slide__title-tag {
    font-family: SUIT, sans-serif;
    position: absolute;
    border-radius: .1em;
    padding: 0.05em 0.15em;
    z-index: 2;
}

.mytory-slide__title {
    font-weight: 800;
}

.mytory-slide__title-tag {
    font-weight: 500;
}

.mytory-slide__black-gradient {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.mytory-slide__image {
    max-width: 100%!important;
    width: 100%;
    height: auto;
    display: block;
}
