.hero__inner-wrap {
    position: relative;
    width: 100%;
    height: auto;
    height: 100vh;
    background-image: url(../../assets/images/video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__content {
    padding-top: 30px;
    position: relative;
    z-index: 10;
    top: 30%;
    border-left: 1px solid #70cbd5;
}

@media (min-width: 1500px) {
    .hero__title {
        font-size: 35px;
    }
}

.hero__paragraph {
    color: #ffffff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.6s;
}

.hero__image-wrap {
    width: 100%;
    top: 0;
    position: absolute;
}

.hero__image-wrap img {
    width: 100%;
    height: auto;
    top: 0;
    display: block;
    position: absolute;
    object-fit: cover;
}

.hero__image-wrap {
    display: block;
    width: 100%;
    height: auto;
}

.hero__link {
    display: flex;
    justify-content: center;
    background-color: #df053d;
    margin-top: 100px;
    color: white;
    padding: 18px 80px 18px 80px;
    justify-self: center;
    text-align: center;
    position: relative;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.hero__link:hover {
    color: rgba(255, 255, 255, 0.836);
    text-decoration: none;
}

@media (width < 320px) {
    .hero__link {
        width: 40%;
        font-size: 12px;
    }
}
