/**Photograph grid component*/
.photograph-container .image-container {
    width: 150px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease-in-out .4s;
}

.photograph-container .element-item:hover {
    transform: scale(1.1);
}

.active-link {
    color: rgba(0, 200, 250, 1) !important;
}

.image-profile-card {
    width: 100%;
    height: 8em;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center;
}

.break-line {

    border-bottom: 1px solid rgba(0, 0, 0, 1);
    width: 100em !important;
    height: 2px !important;
}

.radio-custom {
    width: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
