.profile-container {
    text-align: center;
}

.profile-img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}

.info-container {
    padding: 20px;
}
.external-link {
    font-size: 30px;
    margin-right: 10px;
}

.movie{
    width: 185px;
    margin: 10px 10px 10px 0;
    position: relative;
}

.movie img{
    width: 185px;
    height: 278px;
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 7px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.2);
    transition: all .4s;
}

.movie img:hover {
    opacity: .7;
}

.movie-title {
    word-wrap: break-word;
}

.photos {
    margin: 10px 10px 10px 0;
}

.photos img{
    width: 250px;
    border-radius: 7px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}

.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.rating {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    top: 8px;
    right: 8px;
    border-radius: 5px;
    background-color: #000000BB;
    padding: 2px 4px;
}

.year{
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    top: 8px;
    left: 8px;
    border-radius: 5px;
    background-color: #000000BB;
    padding: 2px 4px;
}
