.page__films {
    padding: 0px 24%;
    margin-top: 100px;
}

.hero__slider--texture-films {
    width: 100%;
    height: 100%;
    background: url(../img/image-slider-2.jpg) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    background-size: cover;
    z-index: 1;
    opacity: 0.9;
}

.h__slogan--title-movie {
    color: #d00a0a;
    font-size: 5vh;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    place-items: flex-end;
    font-family: 'Special Elite', cursive;
    margin-right: 11vw;
    margin-top: 5em;
}

.h__slogan--title-movie span {
    color: #000;
    text-transform: lowercase;
    font-family: 'Potta One', cursive;
}

.page__films h2 {
    color: #514d4d;
    font-size: xx-large;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 400;
}

.page__films h3 {
    color: #d00a0a;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.page__films figure h3 {
    font-size: 1rem;
    color: #d00a0a;
    text-transform: lowercase;
}

.page__films figure a {
    color: black;
    padding: 0;
    font-size: 0.9em;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform 450ms;
}

.page__films figure a:hover {
    transform: scale(1.13);
}

/*********RESPONSIVE*********************/

@media only screen and (min-width: 1800px) {
	.h__slogan--title-movie {
		line-height: 1.3em;
		font-size: 4vh;
		margin-top: 4em;
	}
}
@media only screen and (max-width: 1025px) {
		.h__slogan--title-movie {
        margin-right: 6vw;
		font-size: 4vh;
		margin-top: 4em;
    }
    
}

@media all and (min-width: 501px) and (max-width: 700px) {
    .h__slogan--title-movie {
        font-size: 4vh;
        margin-right: 7vw;
        margin-top: 12em;

    }
}

@media only screen and (max-width: 501px) {
    .h__slogan--title-movie {
        margin-top: 13em;
    }
}


@media only screen and (max-width: 1000px) {
    .page__films h2 {
        text-align: center;
        font-size: 1.8em;
    }
}
