#page_dossier {
    max-width: 100%;
}
#Container_tf2_LOOKS_OK {
    width: 100%;
    min-height: 100vh;
    height: 700px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
}
#Container_tf2_LOOKS_OK picture.bg,#Container_tf2_LOOKS_OK img.bg ,#Container_tf2_LOOKS_OK video{
    width: 100%;
    min-height: 100vh;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
#Container_tf2_LOOKS_OK .blocText{
    position: absolute;
    bottom: 8vh;
    width: 100%;
}
#Container_tf2_LOOKS_OK .blocText h3{
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
    color: #97001A;
}
#Container_tf2_LOOKS_OK .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Container_tf2_LOOKS_OK .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #97001A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Container_tf2_LOOKS_OK .ctas a:hover {
    background-color: #97001A;
    color: #ffffff;
}
#Container_tf2_LOOKS_OK .ast{
    position: absolute;
    right: 12px;
    bottom: 11px;
    color: #97001A;
    font-size: 14px;
}
@media screen and (max-width: 1000px) {
   #Container_tf2_LOOKS_OK .blocText h3 {
        font-size: 48px;
        line-height: 50px;
   }
}
@media screen and (max-width: 767px) {
    #Container_tf2_LOOKS_OK {
        min-height: auto;
    }
    #Container_tf2_LOOKS_OK picture.bg,#Container_tf2_LOOKS_OK img.bg ,#Container_tf2_LOOKS_OK video{
        min-height: 700px;
        height: auto;
        object-fit: cover;
        object-position: top;
    }
    #Container_tf2_LOOKS_OK .blocText h3 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 10px;
    }   
    #Container_tf2_LOOKS_OK .blocText h3 span{
        display: block;
    } 
    #Container_tf2_LOOKS_OK .ctas {
        max-width: 366px;
    }
    #Container_tf2_LOOKS_OK .ctas a{
        color: #97001A;
    }
    #Container_tf2_LOOKS_OK .ast{
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    #Container_tf2_LOOKS_OK .blocText h3 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }   
    #Container_tf2_LOOKS_OK .ctas {
        max-width: 286px;
    }
    #Container_tf2_LOOKS_OK .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    #Container_tf2_LOOKS_OK .blocText h3 {
        font-size: 30px;
        line-height: 33px;
    }   
}