.location-scout-section{
    width: 100vw;
    height: 100vh;
    flex: 0 0 100vh;
    flex-direction: row;
    flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
    .location-scout-section{
        height: auto;
        flex: 0 0 auto;
    }
} 
.location-scout-video-block{
    height: 100vh;
    display: flex;
    flex: 0 0 100vw;
    flex-direction: column;
}
@media all and (max-width: 1024px) {
    .location-scout-video-block{
        height: auto;
        flex: 0 0 100%;
    }
} 
.location-scout-video-link{
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    text-decoration: none;
}
.location-scout-image-block{
    width: 100%;
    display: flex;
    flex: 1;
    overflow: hidden;
}
.location-scout-picture{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 56.2% 0 0;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
}
.location-scout-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    object-fit: cover;
}

.location-scout{
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.location-scout-headline{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
@media all and (min-width: 1200px) {
    .location-scout-headline {
        font-size: 1.75vw;
    }
}
@media all and (max-width: 560px) {
    .location-scout-headline{
        font-size: 16px;
    }
}
.location-scout-headline .play-btn{
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}
@media all and (max-width: 560px) {
    .location-scout-headline .play-btn{
        width: 15px;
        height: 15px;
        flex: 0 0 15px;
    }
}
.location-scout-headline .play-btn:before{
    border-width: 10px;
    left: calc(50% + 7px);
}
@media all and (max-width: 560px) {
    .location-scout-headline .play-btn:before{
        border-width: 5px;
        left: calc(50% + 3px);
    }
}
.location-scout-headline span{
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
@media all and (max-width: 1024px) {
    .location-scout-headline span{
        max-width: 78%;
    }
}