body {
    background-color: #fcfbfb;
}

.bing {
    border: 1px solid #ccc;
    margin: 3px;
    text-decoration: none;
    display: block;
    width: 170px;
    height: 50px;
}

.bing span {
    background-color: #a0bdd2;
    font-size: 15px;
    margin-left: 5px;
    color: black;
    display: block;
    width: 160px;
    height: 48px;
    color: black;
}

@media ( max-width : 576px) {
    .position-absolute {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }
    .embed-responsive.embed-responsive-16by9 {
        height: 560px;
    }
}
.get-bigger img{
	transition: all 0.8s;
}
.get-bigger img:hover{
	transform: scale(1.2);
}
@media (min-width: 370px){}
    .row-cols-sm-1.5{
        flex: 0 0 50%;
        max-width: 10%;
    }
}
.card-body a:hover{
    background-color: #27A8CB;
}