.content-wrapper {
    overflow-x: initial;
}
.string-finder {
    padding-top: 95px;
    min-height: 50px;
    padding-bottom: 40px;
    background-color: #409283;
}
.string-finder .logo {
    margin: 0 auto;
    padding-left: 48px;
}
.sf-header {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.sf-description {
    text-align: center;
    color: #fff;
    text-align: center;
}
.sf-controller-buttons {
    padding-top: 15px;
}
.sf-button-group {
    margin-bottom: 15px;
}
.sf-button-group .btn-group {
    width: 100%;
}
.btn-yellow {
    border: 1px #000 solid;
    background-color: #FADC00;
    color: #000;
    height: 60px;
}
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:active:focus {
    outline: none;
}
.btn-option {
    width: calc(100% - 70px);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 12px;
    padding-left: 50px;
}
.btn-info {
    width: 70px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 25px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus {
    background-color: #FADC00;
    border: 1px #000 solid;
    color: #000;
}
.btn-red {
    border: 1px #000 solid;
    background-color: #F04C23;
    color: #fff;
    border-radius: 10px;
}
.btn-red:focus,
.btn-red:active,
.btn-red:active:focus {
    outline: none;
    color: #fff;
}
.sf-button:hover {
    background-color: #ccc;
}
.sf-button:active {
    background-color: #aaa;
}
.sf-collapse {
    border: 1px solid #FADC00;
    background-color: #1b6a5b;
    margin: 0 auto;
    margin-top: 15px;
    width: 90%;
    color: #fff;
    border-radius: 30px;
}
.sf-hr {
    height: 1px;
    background-color: #000;
    border: none;
}
.sf-product-header {
    font-size: 24px;
    color: #fff;
}
.sf-product-description {
    color: #fff;
}
.sf-video-header {
    margin-top: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.sf-video {
    margin-top: 30px;
}
.sf-video-frame {
    border: 2px solid #fff;
    border-radius: 25px;
}
.video-title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}
@media (min-width: 768px){

}
@media(min-width: 992px){
    .string-finder .logo {
        width: 65%
    }
    .sf-header {
        margin-top: 30px;
        font-size: 32px;
    }
    .sf-product-header {
        font-size: 32px;
        margin-top: 40px;
    }
    .sf-description {
        margin-top: 15px;
        font-size: 18px;
    }
    .sf-experience {
        margin-top: 30px;
    }
    .sf-image {
        width: 70%;
        margin: 0 auto;
    }
    .sf-product-description {
        margin-top: 20px;
        font-size: 18px;
    }
    .btn-option {
        font-size: 20px;
    }
    .btn-red {
        font-size: 16px;
    }
    .sf-hr {
        margin-top: 40px;
    }
    .sf-video {
        margin-top: 60px;
    }
    .sf-video-header {
        font-size: 32px;
    }
    .video-title {
        font-size: 25px;
    }
}
@media(min-width: 1200px){
    .string-finder {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .string-finder .logo {
        padding-left: 0;
        width: 100%
    }
    .sf-image {
        width: 100%;
    }
}