.image-with-textbox__container{align-items:center;display:flex;height:inherit;min-height:400px;position:relative}.image-with-textbox__text-box{background-color:#fff;box-shadow:0 0 200px rgba(0,0,0,.2);box-sizing:border-box;display:block;height:auto;min-height:100px;min-width:300px;position:absolute;width:40%}.image-with-textbox--left{left:0}.image-with-textbox--right{right:0}.image-with-textbox__image-box{background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;height:500px;position:relative;width:80%}.image-with-textbox__text-link{border-bottom:3px solid;font-size:14px;letter-spacing:2px;padding-bottom:10px;text-decoration:none;text-transform:uppercase}@media screen and (max-width:700px){.image-with-textbox__container{flex-direction:column;height:auto}.image-with-textbox__text-box{margin-top:-100px;min-height:auto;position:relative;width:90%}.image-with-textbox__image-box{width:100%}}