.videosection {
    padding: 40px 0;
    background-color: #efd3c4;
}

.videosection h2.Header__smalltxt {
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Fjalla One', sans-serif;
}

.videosection video {
    width: 100%;
    outline: none;
}

.videosection__videos__item {
    margin-bottom: 30px;
}

.videosection__videos__item__about {
    padding: 25px 35px 35px;
    background-color: #F8F1EB;
    text-align: center;
}

.videosection__videos__item__about .button {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 10px;
}

.videosection__videos__item__about .Header__smalltxt {
    max-width: 440px;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
}

.videosection__videos__item h1 {
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.videosection__videos__item__video {
    position: relative;
    line-height: 0;
}

.videosection__videos__item__video__control {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-color: #efd3c4;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    outline: none;
    z-index: 1;
}

.videosection__videos__item__video__control::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -30px;
    margin-left: -15px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid currentColor;
}

.videosection__videos__item__video__control--hidden {
    z-index: -1;
}

.videosection__videos__item__video__control:hover {
    color: #cfcfcf;
}

.videosection--single .videosection__videos {
    display: block;
}

.videosection--single .videosection__videos__item {
    width: 100%;
}

@media screen and (min-width: 25em) {
    .videosection__videos__item {
        padding: 0 30px;
    }
}

@media screen and (min-width: 48em) {
    .videosection {
        padding: 60px 35px 80px;
    }
    .videosection h2.Header__smalltxt {
        margin: 0 auto 60px;
    }
    .videosection__videos__item {
        padding: 0 35px;
    }
}

@media screen and (min-width: 61.875em) {
    .videosection__videos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .videosection__videos__item {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
