.coverphoto-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.coverphoto-container canvas {
    position: absolute;
    display: none;
    z-index: 101;
}

.coverphoto-container .coverphoto-photo-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.coverphoto-container .coverphoto-photo-container img {
    width: 100% !important;
    height: 100% !important;
}
.coverphoto-container .coverphoto-form {
    display: none;
}

.coverphoto-container .actions {
    position: absolute;
    width: 193px;
    top: 165px;
    right: 10px;
    z-index: 4;
}

.coverphoto-container .actions .chooser {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5;
}

.coverphoto-container .actions .chooser ul,
.coverphoto-container .actions .chooser li {
    margin: 0;
    padding: 0;
}

.coverphoto-container .actions .chooser a {
    background: #000;
    color: rgba(255,255,255, 0.8);
    padding: 6px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 2px rgba(255,255,255,0.7);
}

.coverphoto-container .actions .chooser a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    color: #ccc;
}

.coverphoto-container .actions .chooser .item {
    display: block;
}

.coverphoto-container .actions .chooser .item:hover {
    text-decoration: none;
}

.coverphoto-container .actions .chooser .sub-menu {
    display: none;
    margin-top: 10px;
}

.coverphoto-container .actions .edit {
    display: none;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 6;
}

.coverphoto-container .actions .edit ul,
.coverphoto-container .actions .edit li {
    margin: 0;
    padding: 0;
}

.coverphoto-container .actions .edit .item {
    background-color: #ccc;
    width: 90px;
    float: left;
    border-radius: 4px;
}

.coverphoto-container .actions .edit .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 6px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.8);
}

.coverphoto-container .actions .edit .item:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    color: #ccc;
}

.coverphoto-container .actions .edit .item:hover a {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    color: #ccc;
}

.coverphoto-container .actions .edit .save {
    margin-left: 7px;
    width: 90px;
    border-radius: 4px;
}
.coverphoto-photo-container {
    background-size: 0px 0px !important;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .coverphoto-container .actions {
        right: auto;
        left: 10px;
    }
    .coverphoto-photo-container img {
        /* display: none !important; */
        visibility: hidden;
        opacity: 0;
        height: 100%;
    }
    .coverphoto-photo-container {
        background-size: cover !important;
        background-position: center center;
    }
    .coverphoto-container .actions .chooser .open-menu a {
        font-size: 0 !important;
        display: inline-block;
    }
    .open-menu i.fa.fa-camera {
        font-size: 16px !important;
        display: inline-block;
    }
    .btn.jumbotron-cta {
        padding: 5px 4px !important;
    }
    .col-sm-9 .module-card {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .coverphoto-container .actions .chooser .item {
        display: none !important;
    }
}