.movie-poster {
    /*background-image: url(../img/placeholder.png);*/
    background-size: contain;
    border-radius: 4px;
    height: 75px;
    width: 50px;
    align-self: center;

}

.interim-result {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 280px;
    height: 90px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px;


}

.interim-results {
    width: fit-content;
    margin-left: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    height: 75vh;
    overflow: scroll;
}

.flex-item {
    /*width: 100px;*/
    /*height: 200px;*/
}

.title {
    width: 50vw;
}

.search {
    width: 283px;
    border-color: #d2d2d2;
    border-style: solid;
    border-bottom-width: .75px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 10px;
}

.shadow {
    -webkit-box-shadow: 1px 1px 4px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 4px 0px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 4px 0px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}