.gift-hero {
    position: relative;
}

.gift-hero__video {
    width: 100%;
}

.gift-hero .container {
    display: flex;
    justify-content: end;    
}

.gift-hero .gift-hero__content {
    z-index: 99;
    position: absolute;
    top: 22%; 
}

.gift-hero__description.description p {
    color: #fff !important;
    margin-top: 10px !important;
    line-height: 33px !important;    
}

.gift-hero__title {
     color: #fff !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 51px !important;
}

.gift-hero__content {
    width: 100%;
    max-width: 654px;
}

@media (max-width: 780px) {
    .gift-hero__video {
        padding-top: 80px;
    }
    .gift-hero .gift-hero__content {
        position: initial;
    }    
    .gift-hero__content h1 {
        text-align: center !important;
        width: 100%;
        max-width: 100%;
        /* margin: 30px auto; */
        font-size: 22px;
        padding: 17px !important;
   
    }
	.gift-hero__description.description p {
			color: #fff !important;
			margin-top: 0 !important;
			line-height: 26px !important;
			padding: 20px;
		}
    .gift-hero .container {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .button-link.gift-hero__button {
        margin: 30px auto !important;
    }
}