#page_inspiration .img-responsive {
    width: 100%;
}
#page_inspiration .row {
    width: 100%;
    margin-bottom: 100px;
}
.img_alone {
    width: 100%;
    max-width: 1400px;
    position: relative;
}
.img_alone_right {
    float: left;
}
.img_alone_center {
    margin: auto;
}
.img_alone_right {
    float: right;
}
.inspiration_container_image {
    position: relative;
}
.content_text_inspiration {
    margin-top: 15px;
}
.img_alone_center .inspiration_link,
.img_alone_left .inspiration_link {
    float: right;
}
.img_alone_right .inspiration_link {
    float: left;
}
.img_half {
    width: 50%;
    float: left;
    padding: 4%;
}
.inspiration_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_name {
    text-transform: uppercase;
}
.video_inspiration_contain.video_center {
    margin: auto;
}
.video_center video {
    width: 80%;
    margin: auto;
    display: block;
}
.video_left {
    max-width: 70%;
}
.video_left .service_name {
    text-align: right;
}
.video_center .service_name {
    text-align: center;
}
.video_right {
    max-width: 70%;
    float: right;
}
video {
    width: 100%;
}
.vid_youtube {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.vid_youtube iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.youtube_center {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}
.youtube_right {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    margin-right: 0;
}
.youtube_left {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    margin-left: 0;
}
.img_alone .content_text_inspiration {
    padding: 0px 10px;
}