#id_bank .little {
    margin-top: 45px;
}
#id_bank .less {
    margin-top: 20px;
}
#id_bank .info{
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#id_bank .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#id_bank p{
    line-height: 30px;
    font-size: 16px;
}
#id_bank .sketch_row {
    display: flex;
    justify-content: space-between;
}
#id_bank .middle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#id_bank .column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#id_bank .sketch_row_indigo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#id_bank .sketch_row_indigo p {
    margin: 0 0 0 20px;
}
#id_bank .branding_images{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Magazine */
#id_bank .homeworld {
    display: flex;
    margin-top: 75;
}
#id_bank .review {
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#id_bank p.review_text {
    font-size: 14px;
    line-height: 30px;
    margin: 1em 0;
}
#id_bank h3.half {
    font-size: 30px;
    margin: 0;
}

/* Video */
#id_bank .video{
	margin-top: 150px;
}
#id_bank .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

#id_bank .video-wrapper iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}