.toast_pos {
    position: fixed;
    bottom: 25px;
    width: 100%;
}

.toast {
    background-color: #1b1e21;
    color: #d1ecf1;
    margin: auto;
    padding: 0.25rem;
}

.full_screen {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto auto;

}
.image_top {
	padding-bottom: 15px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    float: left;
    width: 100%;
    background-color: rgba(40, 49, 44, 0.2);
	color: white;
	text-align: left;
	padding-left: 15px;
}
.image_back {
	float: left;
}
.image_delete {
	float: right;
	margin-right: 15px;
}