@charset "utf-8";
/* CSS Document */

.f_title .title_top, .f_photo .title_top {
	display: none;
}

/* table */
.table th, .table td {
	padding: 5px; 
}
.table .col.message {
	display: none;
}

.table  .f_photo .img-fluid {
	transition: 0.5s;
}
.table  .f_photo .img-fluid:hover {
	transform: scale(2.0);
	padding-left: 40px;
	position: relative;
    z-index: 1;

}
.table .f_photos .img-fluid {
	width: 100px;
	border-radius: 8%;
}
.table .tower {
	overflow-y: scroll;
	overflow-x: hidden;
    max-height: 110px;
}
.table .tower::-webkit-scrollbar {
    width: 7px;
    background-color: #f9f9fd;
}
.table .tower::-webkit-scrollbar-thumb {
    background-color: #9e8ed3;
	border-radius: 5px;
}


.field .row {
	background-color: transparent;
}

@media (min-width:768px){
	.f_photo .img-fluid {
		max-width: 400px;
		/*margin-bottom: 20px;*/ 
	}
	.table .f_photo .img-fluid {
		max-width: 180px;
	}

}

@media (max-width:425px){
	h5, .h5 {
    	font-size: 0.9rem;
	}
	.table .f_photo .img-fluid {
		min-width: 130px;
	}
	.table .f_photo .img-fluid:hover {
	transform: scale(2.5);
	padding-left: 20px;
	}	
}
