Blog
Latest News
<style>
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 600px) {
div#brxe-gdgirc {
overflow-x: scroll!important;
max-width: 80vh!important;
-overflow-scrolling: touch!important;
-webkit-overflow-scrolling: touch!important;
display: flex;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
}}
.tab-title {
width: max-content!important;}
.ba-blog-style-9 {
overflow: visible;}
.ba-blog-style-9 .overlay-wrapper {
height: 100%!important;
}
.ba-blog-style-9 .image-wrapper {
padding-top: 200px;
overflow: hidden;
border-radius: 10px;
}
.ba-blog-style-9 .bricks-layout-inner{
positin: relative;}
.ba-blog-style-9 .bricks-layout-inner .image {
border-radius: 10px!important;
transition: all 0.95s ease;
-moz-transition: all 0.95s ease;
-webkit-transition: all 0.95s ease;
}
.ba-blog-style-9 .bricks-layout-inner:hover .image {
border-radius: 10px!important;
transform: scale(1.15) rotate(1deg);
-moz-transform: scale(1.15) rotate(1deg);
-webkit-transform: scale(1.15) rotate(1deg);
}
.ba-blog-style-9 .bricks-layout-inner:hover .image-wrapper:before {
-webkit-animation: circle .75s;
animation: circle .75s;}
.ba-blog-style-9 .bricks-layout-inner .image-wrapper:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 99999;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.1);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
.ba-blog-style-9 .avatar {
width: 60px!important;
border-radius: 50%;
margin-right: 0px;
}
.ba-blog-style-9 p {
position: relative;
top: -30px;
left: 10px
}
.ba-blog-style-9 .date {
padding-left:35px;
position: relative;
}
.ba-blog-style-9 .date:before {
position: absolute;
left: 15px;
top: -4px;
color: #0c4e4a!important;
font-family: 'fontawesome';
content: "f073";
font-size: 14px;
font-weight: normal;}
.ba-blog-style-9 .author:before {
position: absolute;
left: 0px;
top: -4px;
color:#0c4e4a!important;
font-family: 'fontawesome';
content: "f007";
font-size: 14px;
font-weight: normal;}
.ba-blog-style-9 .author {
padding-left: 20px;
position: relative;
}
</style>


